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