From aa649d4727c6fb032f242fcc01de9be9171da67f Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Thu, 29 Nov 2018 13:50:05 -0500 Subject: [PATCH] more pre-commit changes --- stix2/test/v20/test_datastore.py | 1 + stix2/test/v20/test_datastore_filesystem.py | 1 + stix2/test/v21/test_datastore.py | 1 + stix2/test/v21/test_datastore_filesystem.py | 1 + 4 files changed, 4 insertions(+) diff --git a/stix2/test/v20/test_datastore.py b/stix2/test/v20/test_datastore.py index f783d4c..8bb5494 100644 --- a/stix2/test/v20/test_datastore.py +++ b/stix2/test/v20/test_datastore.py @@ -4,6 +4,7 @@ from stix2.datastore import ( CompositeDataSource, DataSink, DataSource, DataStoreMixin, ) from stix2.datastore.filters import Filter + from .constants import CAMPAIGN_MORE_KWARGS diff --git a/stix2/test/v20/test_datastore_filesystem.py b/stix2/test/v20/test_datastore_filesystem.py index 906be52..a00fd94 100644 --- a/stix2/test/v20/test_datastore_filesystem.py +++ b/stix2/test/v20/test_datastore_filesystem.py @@ -5,6 +5,7 @@ import shutil import pytest import stix2 + from .constants import ( CAMPAIGN_ID, CAMPAIGN_KWARGS, IDENTITY_ID, IDENTITY_KWARGS, INDICATOR_ID, INDICATOR_KWARGS, MALWARE_ID, MALWARE_KWARGS, RELATIONSHIP_IDS, diff --git a/stix2/test/v21/test_datastore.py b/stix2/test/v21/test_datastore.py index f783d4c..8bb5494 100644 --- a/stix2/test/v21/test_datastore.py +++ b/stix2/test/v21/test_datastore.py @@ -4,6 +4,7 @@ from stix2.datastore import ( CompositeDataSource, DataSink, DataSource, DataStoreMixin, ) from stix2.datastore.filters import Filter + from .constants import CAMPAIGN_MORE_KWARGS diff --git a/stix2/test/v21/test_datastore_filesystem.py b/stix2/test/v21/test_datastore_filesystem.py index 1af21b4..8622920 100644 --- a/stix2/test/v21/test_datastore_filesystem.py +++ b/stix2/test/v21/test_datastore_filesystem.py @@ -5,6 +5,7 @@ import shutil import pytest import stix2 + from .constants import ( CAMPAIGN_ID, CAMPAIGN_KWARGS, IDENTITY_ID, IDENTITY_KWARGS, INDICATOR_ID, INDICATOR_KWARGS, MALWARE_ID, MALWARE_KWARGS, RELATIONSHIP_IDS,