Skip to content

Commit

Permalink
Remove 'six' dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
clenk committed Mar 2, 2021
1 parent 5f0b91e commit 3a4626b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[settings]
known_third_party=cybox,lxml,maec,netaddr,pycountry,pytest,six,stix,stix2,stix2validator,stixmarx
known_third_party=cybox,lxml,maec,netaddr,pycountry,pytest,stix,stix2,stix2validator,stixmarx
known_first_party=stix2elevator
force_sort_within_sections=1
multi_line_output=5
Expand Down
3 changes: 0 additions & 3 deletions stix2elevator/test/test_idioms.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
import os
import sys

# external
from six.moves import zip

# internal
from stix2elevator import elevate
from stix2elevator.options import (
Expand Down

0 comments on commit 3a4626b

Please sign in to comment.