Fix import sort order
parent
7ebf5ac7c7
commit
5c5903179d
|
@ -7,8 +7,8 @@ from .common import COMMON_PROPERTIES
|
||||||
from .observables import ObservableProperty
|
from .observables import ObservableProperty
|
||||||
from .other import KillChainPhase
|
from .other import KillChainPhase
|
||||||
from .properties import (IDProperty, IntegerProperty, ListProperty,
|
from .properties import (IDProperty, IntegerProperty, ListProperty,
|
||||||
ReferenceProperty, StringProperty,
|
ReferenceProperty, StringProperty, TimestampProperty,
|
||||||
TimestampProperty, TypeProperty)
|
TypeProperty)
|
||||||
from .utils import NOW
|
from .utils import NOW
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,10 +5,10 @@ from stix2.exceptions import AtLeastOnePropertyError, DictionaryKeyError
|
||||||
from stix2.observables import EmailMIMEComponent, ExtensionsProperty
|
from stix2.observables import EmailMIMEComponent, ExtensionsProperty
|
||||||
from stix2.properties import (BinaryProperty, BooleanProperty,
|
from stix2.properties import (BinaryProperty, BooleanProperty,
|
||||||
DictionaryProperty, EmbeddedObjectProperty,
|
DictionaryProperty, EmbeddedObjectProperty,
|
||||||
EnumProperty, HashesProperty,
|
EnumProperty, HashesProperty, HexProperty,
|
||||||
HexProperty, IDProperty, IntegerProperty,
|
IDProperty, IntegerProperty, ListProperty,
|
||||||
ListProperty, Property, ReferenceProperty,
|
Property, ReferenceProperty, StringProperty,
|
||||||
StringProperty, TimestampProperty, TypeProperty)
|
TimestampProperty, TypeProperty)
|
||||||
|
|
||||||
from .constants import FAKE_TIME
|
from .constants import FAKE_TIME
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue