From ddecd529042e55ae4e95451386ada69e543695cd Mon Sep 17 00:00:00 2001 From: Richard Piazza Date: Thu, 4 May 2017 19:30:09 -0400 Subject: [PATCH] style errors 2 --- stix2/utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stix2/utils.py b/stix2/utils.py index 5feffae..3f0e0aa 100644 --- a/stix2/utils.py +++ b/stix2/utils.py @@ -1,9 +1,8 @@ """Utility functions and classes for the stix2 library.""" +import json import datetime as dt from dateutil import parser -import json - import pytz # Sentinel value for fields that should be set to the current time.