From 6b090e8056ea24c0d1444961c65f2e1a34d54b43 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 5 Apr 2014 11:35:30 -0700 Subject: pep8, irony --- tests/hazmat/backends/test_openssl.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') 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" -- cgit v1.2.3