diff options
author | Ayrx <terrycwk1994@gmail.com> | 2014-03-16 19:51:44 +0800 |
---|---|---|
committer | Ayrx <terrycwk1994@gmail.com> | 2014-03-16 19:51:44 +0800 |
commit | b018dbc6a3a5cb0c4697f8623ddb021cebc27330 (patch) | |
tree | 8efa000377e25dc9b99fb77dcc03b7ba663395ae | |
parent | b482ca185fc1fa0a6cce614c442c35c2fbfac906 (diff) | |
download | cryptography-b018dbc6a3a5cb0c4697f8623ddb021cebc27330.tar.gz cryptography-b018dbc6a3a5cb0c4697f8623ddb021cebc27330.tar.bz2 cryptography-b018dbc6a3a5cb0c4697f8623ddb021cebc27330.zip |
Style nitpick
-rw-r--r-- | tests/hazmat/primitives/test_hashes.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/hazmat/primitives/test_hashes.py b/tests/hazmat/primitives/test_hashes.py index a7af8a8d..d74d1d82 100644 --- a/tests/hazmat/primitives/test_hashes.py +++ b/tests/hazmat/primitives/test_hashes.py @@ -21,7 +21,8 @@ import six from cryptography import utils from cryptography.exceptions import ( - AlreadyFinalized, UnsupportedHash, UnsupportedInterface) + AlreadyFinalized, UnsupportedHash, UnsupportedInterface +) from cryptography.hazmat.backends.interfaces import HashBackend from cryptography.hazmat.primitives import hashes, interfaces |