aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-04-05 11:35:30 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-04-05 11:35:30 -0700
commit6b090e8056ea24c0d1444961c65f2e1a34d54b43 (patch)
treefde123189a66332f83df8faaecdddec8d0920474 /tests
parent07c4dcc6907b78738f107d02736769c9420f6ee8 (diff)
downloadcryptography-6b090e8056ea24c0d1444961c65f2e1a34d54b43.tar.gz
cryptography-6b090e8056ea24c0d1444961c65f2e1a34d54b43.tar.bz2
cryptography-6b090e8056ea24c0d1444961c65f2e1a34d54b43.zip
pep8, irony
Diffstat (limited to 'tests')
-rw-r--r--tests/hazmat/backends/test_openssl.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py
index 4c30cae2..031c7032 100644
--- a/tests/hazmat/backends/test_openssl.py
+++ b/tests/hazmat/backends/test_openssl.py
@@ -27,7 +27,6 @@ from cryptography.hazmat.primitives.ciphers.modes import CBC
from ...utils import raises_unsupported_algorithm
-
@utils.register_interface(interfaces.Mode)
class DummyMode(object):
name = "dummy-mode"