more pre-commit changes

master
Emmanuelle Vargas-Gonzalez 2018-11-29 13:50:05 -05:00
parent f1490a98c8
commit aa649d4727
4 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@ from stix2.datastore import (
CompositeDataSource, DataSink, DataSource, DataStoreMixin,
)
from stix2.datastore.filters import Filter
from .constants import CAMPAIGN_MORE_KWARGS

View File

@ -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,

View File

@ -4,6 +4,7 @@ from stix2.datastore import (
CompositeDataSource, DataSink, DataSource, DataStoreMixin,
)
from stix2.datastore.filters import Filter
from .constants import CAMPAIGN_MORE_KWARGS

View File

@ -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,