aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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