aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives
diff options
context:
space:
mode:
authorAyrx <terrycwk1994@gmail.com>2014-03-16 19:51:44 +0800
committerAyrx <terrycwk1994@gmail.com>2014-03-16 19:51:44 +0800
commitb018dbc6a3a5cb0c4697f8623ddb021cebc27330 (patch)
tree8efa000377e25dc9b99fb77dcc03b7ba663395ae /tests/hazmat/primitives
parentb482ca185fc1fa0a6cce614c442c35c2fbfac906 (diff)
downloadcryptography-b018dbc6a3a5cb0c4697f8623ddb021cebc27330.tar.gz
cryptography-b018dbc6a3a5cb0c4697f8623ddb021cebc27330.tar.bz2
cryptography-b018dbc6a3a5cb0c4697f8623ddb021cebc27330.zip
Style nitpick
Diffstat (limited to 'tests/hazmat/primitives')
-rw-r--r--tests/hazmat/primitives/test_hashes.py3
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