From b018dbc6a3a5cb0c4697f8623ddb021cebc27330 Mon Sep 17 00:00:00 2001 From: Ayrx Date: Sun, 16 Mar 2014 19:51:44 +0800 Subject: Style nitpick --- tests/hazmat/primitives/test_hashes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/hazmat/primitives/test_hashes.py b/tests/hazmat/primitives/test_hashes.py index a7af8a8d..d74d1d82 100644 --- a/tests/hazmat/primitives/test_hashes.py +++ b/tests/hazmat/primitives/test_hashes.py @@ -21,7 +21,8 @@ import six from cryptography import utils from cryptography.exceptions import ( - AlreadyFinalized, UnsupportedHash, UnsupportedInterface) + AlreadyFinalized, UnsupportedHash, UnsupportedInterface +) from cryptography.hazmat.backends.interfaces import HashBackend from cryptography.hazmat.primitives import hashes, interfaces -- cgit v1.2.3