From 0654dc93312b9381f7a4918f95482466f10e363b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 2 Nov 2017 13:25:51 -0400 Subject: Fix a few new flake8 issues (#4008) --- tests/hazmat/primitives/test_ec.py | 1 - tests/hazmat/primitives/test_scrypt.py | 1 - 2 files changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/hazmat/primitives/test_ec.py b/tests/hazmat/primitives/test_ec.py index 82cf2fae..f493869d 100644 --- a/tests/hazmat/primitives/test_ec.py +++ b/tests/hazmat/primitives/test_ec.py @@ -7,7 +7,6 @@ from __future__ import absolute_import, division, print_function import binascii import itertools import os - from binascii import hexlify import pytest diff --git a/tests/hazmat/primitives/test_scrypt.py b/tests/hazmat/primitives/test_scrypt.py index 87aee1f1..64abfe79 100644 --- a/tests/hazmat/primitives/test_scrypt.py +++ b/tests/hazmat/primitives/test_scrypt.py @@ -5,7 +5,6 @@ from __future__ import absolute_import, division, print_function import binascii - import os import pytest -- cgit v1.2.3