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