Fix import order
parent
61c1e07433
commit
229ab5d323
|
@ -1,7 +1,7 @@
|
|||
[settings]
|
||||
check=1
|
||||
diff=1
|
||||
known_third_party=dateutil,pytest,pytz,six
|
||||
known_third_party=dateutil,pytest,pytz,six,requests
|
||||
known_first_party=stix2
|
||||
not_skip=__init__.py
|
||||
force_sort_within_sections=1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import json
|
||||
|
||||
from stix2.sources.taxii import TAXIIDataSource
|
||||
|
||||
# Flask TAXII server - developmental
|
||||
|
|
Loading…
Reference in New Issue