diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-11-02 13:25:51 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-11-02 12:25:51 -0500 |
commit | 0654dc93312b9381f7a4918f95482466f10e363b (patch) | |
tree | 868a519c562bb73b5f7493acac1ce6deb4a727d2 /tests/hazmat/primitives | |
parent | 3fe869f845660535794ce89a7e6cd2825bb18c37 (diff) | |
download | cryptography-0654dc93312b9381f7a4918f95482466f10e363b.tar.gz cryptography-0654dc93312b9381f7a4918f95482466f10e363b.tar.bz2 cryptography-0654dc93312b9381f7a4918f95482466f10e363b.zip |
Fix a few new flake8 issues (#4008)
Diffstat (limited to 'tests/hazmat/primitives')
-rw-r--r-- | tests/hazmat/primitives/test_ec.py | 1 | ||||
-rw-r--r-- | tests/hazmat/primitives/test_scrypt.py | 1 |
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 |