Fixing pre-commit issues
parent
7c96d991e6
commit
e7a6554395
|
@ -26,6 +26,7 @@ def _should_set_millisecond(cr, marking_type):
|
|||
return True
|
||||
return False
|
||||
|
||||
|
||||
class ExternalReference(_STIXBase):
|
||||
"""For more detailed information on this object's properties, see
|
||||
`the STIX 2.0 specification <http://docs.oasis-open.org/cti/stix/v2.0/cs01/part1-stix-core/stix-v2.0-cs01-part1-stix-core.html#_Toc496709261>`__.
|
||||
|
|
|
@ -14,7 +14,6 @@ from ..properties import (
|
|||
)
|
||||
from ..utils import NOW, _get_dict
|
||||
|
||||
|
||||
class ExternalReference(_STIXBase):
|
||||
# TODO: Add link
|
||||
"""For more detailed information on this object's properties, see
|
||||
|
|
Loading…
Reference in New Issue