aboutsummaryrefslogtreecommitdiffstats
path: root/tests/primitives/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/primitives/test_utils.py
parent49b15bf1e2691338c60cb05ab06714b9f3136c81 (diff)
downloadcryptography-afdddcac0a991a30293de6e65d2ac398d3a56b47.tar.gz
cryptography-afdddcac0a991a30293de6e65d2ac398d3a56b47.tar.bz2
cryptography-afdddcac0a991a30293de6e65d2ac398d3a56b47.zip
Enable all the flake8
Diffstat (limited to 'tests/primitives/test_utils.py')
-rw-r--r--tests/primitives/test_utils.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/primitives/test_utils.py b/tests/primitives/test_utils.py
index 9888309e..6e197923 100644
--- a/tests/primitives/test_utils.py
+++ b/tests/primitives/test_utils.py
@@ -1,7 +1,8 @@
import pytest
-from .utils import (base_hash_test, encrypt_test, hash_test,
- long_string_hash_test)
+from .utils import (
+ base_hash_test, encrypt_test, hash_test, long_string_hash_test
+)
class TestEncryptTest(object):