diff options
-rw-r--r-- | src/cryptography/x509/general_name.py | 1 | ||||
-rw-r--r-- | tests/hazmat/primitives/test_ec.py | 1 | ||||
-rw-r--r-- | tests/hazmat/primitives/test_scrypt.py | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/cryptography/x509/general_name.py b/src/cryptography/x509/general_name.py index 776219e2..65ba75c2 100644 --- a/src/cryptography/x509/general_name.py +++ b/src/cryptography/x509/general_name.py @@ -12,7 +12,6 @@ from email.utils import parseaddr import idna import six - from six.moves import urllib_parse from cryptography import utils 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 |