Remove extra newline

stix2.1
Greg Back 2017-09-11 11:56:23 +00:00
parent ceb88f176e
commit 774acb23ea
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ class TimestampConstant(_Constant):
return "'%s'" % escape_quotes_and_backslashes(self.value)
class IntegerConstant(_Constant):
def __init__(self, value):
try: