import style errors
parent
a70fc2c952
commit
411c087fc1
|
@ -2,8 +2,9 @@
|
|||
|
||||
import collections
|
||||
import datetime as dt
|
||||
import json
|
||||
import copy
|
||||
import json
|
||||
|
||||
|
||||
from .exceptions import ExtraFieldsError, ImmutableError, InvalidValueError, \
|
||||
MissingFieldsError, VersioningError
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
import stix2
|
||||
import pytest
|
||||
import stix2
|
||||
|
||||
|
||||
EXPECTED = """{
|
||||
"created": "2016-04-06T20:03:00.000Z",
|
||||
|
|
Loading…
Reference in New Issue