Fixing pre-commit issues

master
Zach Rush 2019-09-11 12:12:26 -04:00
parent 7c96d991e6
commit e7a6554395
2 changed files with 1 additions and 1 deletions

View File

@ -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>`__.

View File

@ -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