From 864ba05b71c3d993194f161d08f744a4486cdeef Mon Sep 17 00:00:00 2001 From: Michael Chisholm Date: Mon, 15 Oct 2018 19:23:28 -0400 Subject: [PATCH] Fix import order to satisfy isort-check --- stix2/test/test_memory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stix2/test/test_memory.py b/stix2/test/test_memory.py index ba70af4..7499326 100644 --- a/stix2/test/test_memory.py +++ b/stix2/test/test_memory.py @@ -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",