more pre-commit changes
parent
f1490a98c8
commit
aa649d4727
|
@ -4,6 +4,7 @@ from stix2.datastore import (
|
|||
CompositeDataSource, DataSink, DataSource, DataStoreMixin,
|
||||
)
|
||||
from stix2.datastore.filters import Filter
|
||||
|
||||
from .constants import CAMPAIGN_MORE_KWARGS
|
||||
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -4,6 +4,7 @@ from stix2.datastore import (
|
|||
CompositeDataSource, DataSink, DataSource, DataStoreMixin,
|
||||
)
|
||||
from stix2.datastore.filters import Filter
|
||||
|
||||
from .constants import CAMPAIGN_MORE_KWARGS
|
||||
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue