diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-10-22 10:05:41 -0700 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-10-22 10:05:41 -0700 |
commit | 94a8c318cf4fb7d7eae4d35492cfe006e69d734a (patch) | |
tree | 07762b06f940e8c022c978a1d342382d80e09a4c | |
parent | 60d8640bc3aa8eb48273e1df6de94607a38f8ec3 (diff) | |
download | cryptography-94a8c318cf4fb7d7eae4d35492cfe006e69d734a.tar.gz cryptography-94a8c318cf4fb7d7eae4d35492cfe006e69d734a.tar.bz2 cryptography-94a8c318cf4fb7d7eae4d35492cfe006e69d734a.zip |
fix overindent
-rw-r--r-- | tests/hazmat/primitives/test_hmac.py | 2 |
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( |