diff options
author | Ayrx <terrycwk1994@gmail.com> | 2014-04-21 19:12:03 +0800 |
---|---|---|
committer | Ayrx <terrycwk1994@gmail.com> | 2014-04-22 12:12:41 +0800 |
commit | 3f695110b27afc05f0a9e9e6dc0bfd6e67501418 (patch) | |
tree | c6c4f472d653f59ade6c7b444c8f6b4e72abcfdc /tests/hazmat | |
parent | dbefd58fb00b4de02a0f6803f767d10561478459 (diff) | |
download | cryptography-3f695110b27afc05f0a9e9e6dc0bfd6e67501418.tar.gz cryptography-3f695110b27afc05f0a9e9e6dc0bfd6e67501418.tar.bz2 cryptography-3f695110b27afc05f0a9e9e6dc0bfd6e67501418.zip |
Fix pep8 errors
Diffstat (limited to 'tests/hazmat')
-rw-r--r-- | tests/hazmat/primitives/test_cmac.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/primitives/test_cmac.py b/tests/hazmat/primitives/test_cmac.py index dd7f9df4..25568114 100644 --- a/tests/hazmat/primitives/test_cmac.py +++ b/tests/hazmat/primitives/test_cmac.py @@ -32,7 +32,7 @@ from cryptography.hazmat.primitives.ciphers.algorithms import ( from cryptography.hazmat.primitives.cmac import CMAC from tests.utils import ( - load_vectors_from_file, load_nist_vectors, raises_unsupported_algorithm + load_nist_vectors, load_vectors_from_file, raises_unsupported_algorithm ) vectors_aes128 = load_vectors_from_file( |