From 774acb23ea5004e77b8d8952aa937ff42422c782 Mon Sep 17 00:00:00 2001 From: Greg Back Date: Mon, 11 Sep 2017 11:56:23 +0000 Subject: [PATCH] Remove extra newline --- stix2/patterns.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stix2/patterns.py b/stix2/patterns.py index 8f0b8c7..7858146 100644 --- a/stix2/patterns.py +++ b/stix2/patterns.py @@ -27,7 +27,6 @@ class TimestampConstant(_Constant): return "'%s'" % escape_quotes_and_backslashes(self.value) - class IntegerConstant(_Constant): def __init__(self, value): try: