Fix import order to satisfy isort-check

stix2.0
Michael Chisholm 2018-10-15 19:23:28 -04:00
parent d9f6a213c1
commit 864ba05b71
1 changed files with 1 additions and 1 deletions

View File

@ -7,11 +7,11 @@ from stix2 import (Bundle, Campaign, CustomObject, Filter, Identity, Indicator,
Malware, MemorySource, MemoryStore, Relationship,
properties)
from stix2.datastore import make_id
from stix2.utils import parse_into_datetime
from .constants import (CAMPAIGN_ID, CAMPAIGN_KWARGS, IDENTITY_ID,
IDENTITY_KWARGS, INDICATOR_ID, INDICATOR_KWARGS,
MALWARE_ID, MALWARE_KWARGS, RELATIONSHIP_IDS)
from stix2.utils import parse_into_datetime
IND1 = {
"created": "2017-01-27T13:49:53.935Z",