From b084f7cb9b3fe6df848c1c58770e1084b2fb6706 Mon Sep 17 00:00:00 2001 From: William Ballenthin Date: Sun, 16 Aug 2020 05:18:39 -0600 Subject: [PATCH] pep8 --- tests/test_freeze.py | 3 +-- tests/test_main.py | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/test_freeze.py b/tests/test_freeze.py index 1cc4e27a..9138ef53 100644 --- a/tests/test_freeze.py +++ b/tests/test_freeze.py @@ -6,10 +6,9 @@ # is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and limitations under the License. import sys - -import pytest import textwrap +import pytest from fixtures import * import capa.main diff --git a/tests/test_main.py b/tests/test_main.py index f1b48b2e..2d9ac32d 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -6,9 +6,10 @@ # is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and limitations under the License. import sys +import textwrap import pytest -import textwrap +from fixtures import * import capa.main import capa.rules @@ -16,7 +17,6 @@ import capa.engine import capa.features from capa.engine import * -from fixtures import * @pytest.mark.xfail(sys.version_info >= (3, 0), reason="vivsect only works on py2") def test_main(z9324d_extractor):