style errors 2
parent
c9320ad895
commit
ddecd52904
|
@ -1,9 +1,8 @@
|
||||||
"""Utility functions and classes for the stix2 library."""
|
"""Utility functions and classes for the stix2 library."""
|
||||||
|
|
||||||
|
import json
|
||||||
import datetime as dt
|
import datetime as dt
|
||||||
from dateutil import parser
|
from dateutil import parser
|
||||||
import json
|
|
||||||
|
|
||||||
import pytz
|
import pytz
|
||||||
|
|
||||||
# Sentinel value for fields that should be set to the current time.
|
# Sentinel value for fields that should be set to the current time.
|
||||||
|
|
Loading…
Reference in New Issue