aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-11-02 13:25:51 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-11-02 12:25:51 -0500
commit0654dc93312b9381f7a4918f95482466f10e363b (patch)
tree868a519c562bb73b5f7493acac1ce6deb4a727d2 /tests
parent3fe869f845660535794ce89a7e6cd2825bb18c37 (diff)
downloadcryptography-0654dc93312b9381f7a4918f95482466f10e363b.tar.gz
cryptography-0654dc93312b9381f7a4918f95482466f10e363b.tar.bz2
cryptography-0654dc93312b9381f7a4918f95482466f10e363b.zip
Fix a few new flake8 issues (#4008)
Diffstat (limited to 'tests')
-rw-r--r--tests/hazmat/primitives/test_ec.py1
-rw-r--r--tests/hazmat/primitives/test_scrypt.py1
2 files changed, 0 insertions, 2 deletions
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