From 471c1184eb8a7c24111abdc0bcb418c6c6839757 Mon Sep 17 00:00:00 2001 From: Ayrx Date: Sun, 16 Mar 2014 19:53:20 +0800 Subject: Style nitpick --- tests/hazmat/primitives/test_ciphers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/hazmat/primitives/test_ciphers.py b/tests/hazmat/primitives/test_ciphers.py index dfed63a8..e1f5dbc3 100644 --- a/tests/hazmat/primitives/test_ciphers.py +++ b/tests/hazmat/primitives/test_ciphers.py @@ -14,7 +14,6 @@ from __future__ import absolute_import, division, print_function import binascii -from cryptography.hazmat.primitives.ciphers.modes import ECB import pytest @@ -25,6 +24,8 @@ from cryptography.hazmat.primitives.ciphers.algorithms import ( AES, Camellia, TripleDES, Blowfish, ARC4, CAST5, IDEA ) +from cryptography.hazmat.primitives.ciphers.modes import ECB + class TestAES(object): @pytest.mark.parametrize(("key", "keysize"), [ -- cgit v1.2.3