commit | 6b090e8056ea24c0d1444961c65f2e1a34d54b43 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat Apr 05 11:35:30 2014 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Apr 05 11:35:30 2014 -0700 |
tree | fde123189a66332f83df8faaecdddec8d0920474 | |
parent | 07c4dcc6907b78738f107d02736769c9420f6ee8 [diff] |
pep8, irony
diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py index 4c30cae..031c703 100644 --- a/tests/hazmat/backends/test_openssl.py +++ b/tests/hazmat/backends/test_openssl.py
@@ -27,7 +27,6 @@ from ...utils import raises_unsupported_algorithm - @utils.register_interface(interfaces.Mode) class DummyMode(object): name = "dummy-mode"