remove unused imports
parent
9c34e2f8ca
commit
00d99e3815
|
@ -11,8 +11,7 @@ import pytz
|
||||||
import stix2.base
|
import stix2.base
|
||||||
|
|
||||||
from .exceptions import (
|
from .exceptions import (
|
||||||
InvalidValueError, RevokeError, TLPMarkingDefinitionError,
|
InvalidValueError, RevokeError, UnmodifiablePropertyError,
|
||||||
UnmodifiablePropertyError,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Sentinel value for properties that should be set to the current time.
|
# Sentinel value for properties that should be set to the current time.
|
||||||
|
|
Loading…
Reference in New Issue