diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-03-16 13:12:50 -0430 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-03-16 13:12:50 -0430 |
commit | 8322039ff723260c3ce5d10c98a0dfde29470319 (patch) | |
tree | b0c680e1fc44ef198c6eb77fae29722d15cb4c77 /tests/hazmat/primitives/test_hashes.py | |
parent | 563896ff3544c99c13596f46897e16c0b58fc9ab (diff) | |
parent | f70f017501516dca0d9ca69b9b6a19820d82ab42 (diff) | |
download | cryptography-8322039ff723260c3ce5d10c98a0dfde29470319.tar.gz cryptography-8322039ff723260c3ce5d10c98a0dfde29470319.tar.bz2 cryptography-8322039ff723260c3ce5d10c98a0dfde29470319.zip |
Merge pull request #811 from alex/import-style
Tiny style changes to some imports
Diffstat (limited to 'tests/hazmat/primitives/test_hashes.py')
-rw-r--r-- | tests/hazmat/primitives/test_hashes.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/hazmat/primitives/test_hashes.py b/tests/hazmat/primitives/test_hashes.py index d74d1d82..5b318f64 100644 --- a/tests/hazmat/primitives/test_hashes.py +++ b/tests/hazmat/primitives/test_hashes.py @@ -23,7 +23,6 @@ from cryptography import utils from cryptography.exceptions import ( AlreadyFinalized, UnsupportedHash, UnsupportedInterface ) - from cryptography.hazmat.backends.interfaces import HashBackend from cryptography.hazmat.primitives import hashes, interfaces |