aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives
diff options
context:
space:
mode:
authorAyrx <terrycwk1994@gmail.com>2014-03-15 23:42:37 +0800
committerAyrx <terrycwk1994@gmail.com>2014-03-15 23:42:37 +0800
commitc5c8c3c0c6a57272ba450d896ccd1df9ae70bae7 (patch)
tree50f9b9cf90166b39a521b21efc94beaa7eae25d0 /tests/hazmat/primitives
parent6870241a88e208fa5612610f02cc1d57f0f26448 (diff)
downloadcryptography-c5c8c3c0c6a57272ba450d896ccd1df9ae70bae7.tar.gz
cryptography-c5c8c3c0c6a57272ba450d896ccd1df9ae70bae7.tar.bz2
cryptography-c5c8c3c0c6a57272ba450d896ccd1df9ae70bae7.zip
Fixed pep8 error
Diffstat (limited to 'tests/hazmat/primitives')
-rw-r--r--tests/hazmat/primitives/test_hkdf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/hazmat/primitives/test_hkdf.py b/tests/hazmat/primitives/test_hkdf.py
index 3dea3f27..42c75c65 100644
--- a/tests/hazmat/primitives/test_hkdf.py
+++ b/tests/hazmat/primitives/test_hkdf.py
@@ -17,7 +17,9 @@ import six
import pytest
-from cryptography.exceptions import AlreadyFinalized, InvalidKey, UnsupportedInterface
+from cryptography.exceptions import (
+ AlreadyFinalized, InvalidKey, UnsupportedInterface)
+
from cryptography.hazmat.primitives import hashes
from cryptography.hazmat.primitives.kdf.hkdf import HKDF