From 94a8c318cf4fb7d7eae4d35492cfe006e69d734a Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 22 Oct 2014 10:05:41 -0700 Subject: fix overindent --- tests/hazmat/primitives/test_hmac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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( -- cgit v1.2.3