style issue

stix2.1
Richard Piazza 2017-05-09 15:51:52 -04:00
parent 075b8485e5
commit 4493ac9cae
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ embedded in Email Message objects, inherit from _STIXBase instead of Observable
and do not have a '_type' attribute.
"""
from .base import _STIXBase, Observable
from .base import Observable, _STIXBase
from .exceptions import ObjectConstraintError
from .properties import (BinaryProperty, BooleanProperty, DictionaryProperty,
EmbeddedObjectProperty, HashesProperty, HexProperty,