From 3a4626b5ee2e192a33bdc4e48b8e7386aa2e8573 Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Tue, 2 Mar 2021 11:35:52 -0500 Subject: [PATCH] Remove 'six' dependency --- .isort.cfg | 2 +- stix2elevator/test/test_idioms.py | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.isort.cfg b/.isort.cfg index d9eb4010..dfa946d0 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -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 diff --git a/stix2elevator/test/test_idioms.py b/stix2elevator/test/test_idioms.py index 20dcc37e..ebbd6a95 100644 --- a/stix2elevator/test/test_idioms.py +++ b/stix2elevator/test/test_idioms.py @@ -6,9 +6,6 @@ import os import sys -# external -from six.moves import zip - # internal from stix2elevator import elevate from stix2elevator.options import (