Fix import order

stix2.1
clenk 2017-06-01 17:17:03 -04:00
parent 61c1e07433
commit 229ab5d323
3 changed files with 3 additions and 2 deletions

View File

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

View File

@ -1,4 +1,5 @@
import json
from stix2.sources.taxii import TAXIIDataSource
# Flask TAXII server - developmental

View File

@ -30,7 +30,7 @@ max-line-length=160
[testenv:isort-check]
deps = isort
commands = isort -rc stix2 -c -df
commands = isort -rc stix2 examples -c -df
[travis]
python =