aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_utils.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-16 14:41:35 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-16 14:41:35 -0700
commit745c95c75cc6588ecd9b927e5974bf00426125a2 (patch)
tree919e2eb6007af9ac14cccdd477a5fcfcd520c5b7 /tests/test_utils.py
parent0d381b70c15952f222736d0ef875912649e7013e (diff)
downloadcryptography-745c95c75cc6588ecd9b927e5974bf00426125a2.tar.gz
cryptography-745c95c75cc6588ecd9b927e5974bf00426125a2.tar.bz2
cryptography-745c95c75cc6588ecd9b927e5974bf00426125a2.zip
flake8 fixes
Diffstat (limited to 'tests/test_utils.py')
-rw-r--r--tests/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py
index 84e38571..28e7407b 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -180,7 +180,7 @@ def test_load_nist_vectors_from_file_decrypt():
assert load_nist_vectors_from_file(
"AES/KAT/CBCGFSbox128.rsp",
"DECRYPT",
- ) == [
+ ) == [
{
"key": b"00000000000000000000000000000000",
"iv": b"00000000000000000000000000000000",