From 3f695110b27afc05f0a9e9e6dc0bfd6e67501418 Mon Sep 17 00:00:00 2001 From: Ayrx Date: Mon, 21 Apr 2014 19:12:03 +0800 Subject: Fix pep8 errors --- tests/hazmat/primitives/test_cmac.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/hazmat/primitives/test_cmac.py') diff --git a/tests/hazmat/primitives/test_cmac.py b/tests/hazmat/primitives/test_cmac.py index dd7f9df4..25568114 100644 --- a/tests/hazmat/primitives/test_cmac.py +++ b/tests/hazmat/primitives/test_cmac.py @@ -32,7 +32,7 @@ from cryptography.hazmat.primitives.ciphers.algorithms import ( from cryptography.hazmat.primitives.cmac import CMAC from tests.utils import ( - load_vectors_from_file, load_nist_vectors, raises_unsupported_algorithm + load_nist_vectors, load_vectors_from_file, raises_unsupported_algorithm ) vectors_aes128 = load_vectors_from_file( -- cgit v1.2.3