From 4cf3e1dfcec9f554fa66384964c3ecf9a7ffe9c0 Mon Sep 17 00:00:00 2001 From: Alex Stapleton Date: Sat, 22 Mar 2014 09:16:20 +0000 Subject: Fix import order --- tests/hazmat/primitives/test_pbkdf2hmac.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/hazmat') diff --git a/tests/hazmat/primitives/test_pbkdf2hmac.py b/tests/hazmat/primitives/test_pbkdf2hmac.py index 62ca0921..e928fc6a 100644 --- a/tests/hazmat/primitives/test_pbkdf2hmac.py +++ b/tests/hazmat/primitives/test_pbkdf2hmac.py @@ -14,6 +14,7 @@ from __future__ import absolute_import, division, print_function import pytest + import six from cryptography import utils -- cgit v1.2.3 From 707b0085cb1034e6a8e6faed6a78bc675b878fd4 Mon Sep 17 00:00:00 2001 From: Alex Stapleton Date: Sun, 20 Apr 2014 22:24:41 +0100 Subject: Fix pep8 errors for latest import linter --- tests/hazmat/primitives/test_dsa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/hazmat') diff --git a/tests/hazmat/primitives/test_dsa.py b/tests/hazmat/primitives/test_dsa.py index 2b5d4bb3..bc3b1db6 100644 --- a/tests/hazmat/primitives/test_dsa.py +++ b/tests/hazmat/primitives/test_dsa.py @@ -23,7 +23,7 @@ from cryptography.hazmat.primitives.asymmetric import dsa from cryptography.utils import bit_length from ...utils import ( - load_vectors_from_file, load_fips_dsa_key_pair_vectors, + load_fips_dsa_key_pair_vectors, load_vectors_from_file, raises_unsupported_algorithm ) -- cgit v1.2.3