From f575ec18b36fd87ff54d63ed959781070efdf053 Mon Sep 17 00:00:00 2001 From: Ayrx Date: Sun, 16 Mar 2014 19:48:43 +0800 Subject: Fixed style nitpick --- tests/hazmat/primitives/test_hmac.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/hazmat/primitives/test_hmac.py b/tests/hazmat/primitives/test_hmac.py index 24988e76..af177d7a 100644 --- a/tests/hazmat/primitives/test_hmac.py +++ b/tests/hazmat/primitives/test_hmac.py @@ -22,7 +22,8 @@ import six from cryptography import utils from cryptography.exceptions import ( AlreadyFinalized, UnsupportedHash, InvalidSignature, - UnsupportedInterface) + UnsupportedInterface +) from cryptography.hazmat.backends.interfaces import HMACBackend from cryptography.hazmat.primitives import hashes, hmac, interfaces -- cgit v1.2.3