aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-10-22 10:05:41 -0700
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-10-22 10:05:41 -0700
commit94a8c318cf4fb7d7eae4d35492cfe006e69d734a (patch)
tree07762b06f940e8c022c978a1d342382d80e09a4c /tests
parent60d8640bc3aa8eb48273e1df6de94607a38f8ec3 (diff)
downloadcryptography-94a8c318cf4fb7d7eae4d35492cfe006e69d734a.tar.gz
cryptography-94a8c318cf4fb7d7eae4d35492cfe006e69d734a.tar.bz2
cryptography-94a8c318cf4fb7d7eae4d35492cfe006e69d734a.zip
fix overindent
Diffstat (limited to 'tests')
-rw-r--r--tests/hazmat/primitives/test_hmac.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/primitives/test_hmac.py b/tests/hazmat/primitives/test_hmac.py
index 77dfb6be..dca3eb02 100644
--- a/tests/hazmat/primitives/test_hmac.py
+++ b/tests/hazmat/primitives/test_hmac.py
@@ -32,7 +32,7 @@ from ...utils import raises_unsupported_algorithm
@utils.register_interface(interfaces.HashAlgorithm)
class UnsupportedDummyHash(object):
- name = "unsupported-dummy-hash"
+ name = "unsupported-dummy-hash"
@pytest.mark.supported(