aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_utils.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-21 21:00:20 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-21 21:01:40 -0700
commitafdddcac0a991a30293de6e65d2ac398d3a56b47 (patch)
tree2db541bb92b728b5809d6e079d3bc6af3dab777f /tests/test_utils.py
parent49b15bf1e2691338c60cb05ab06714b9f3136c81 (diff)
downloadcryptography-afdddcac0a991a30293de6e65d2ac398d3a56b47.tar.gz
cryptography-afdddcac0a991a30293de6e65d2ac398d3a56b47.tar.bz2
cryptography-afdddcac0a991a30293de6e65d2ac398d3a56b47.zip
Enable all the flake8
Diffstat (limited to 'tests/test_utils.py')
-rw-r--r--tests/test_utils.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py
index 3fe9e570..f96cf004 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -15,10 +15,12 @@ import textwrap
import pytest
-from .utils import (load_nist_vectors, load_nist_vectors_from_file,
- load_cryptrec_vectors, load_cryptrec_vectors_from_file,
- load_openssl_vectors, load_openssl_vectors_from_file, load_hash_vectors,
- load_hash_vectors_from_file)
+from .utils import (
+ load_nist_vectors, load_nist_vectors_from_file, load_cryptrec_vectors,
+ load_cryptrec_vectors_from_file, load_openssl_vectors,
+ load_openssl_vectors_from_file, load_hash_vectors,
+ load_hash_vectors_from_file
+)
def test_load_nist_vectors_encrypt():