From afc1ccdcc86371588328c7894d230c9db3757359 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 19 Mar 2014 11:49:32 -0400 Subject: import order fixes for future automated checking --- tests/hazmat/primitives/test_hkdf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/hazmat/primitives/test_hkdf.py') diff --git a/tests/hazmat/primitives/test_hkdf.py b/tests/hazmat/primitives/test_hkdf.py index 963fb69c..989709c6 100644 --- a/tests/hazmat/primitives/test_hkdf.py +++ b/tests/hazmat/primitives/test_hkdf.py @@ -13,9 +13,8 @@ from __future__ import absolute_import, division, print_function -import six - import pytest +import six from cryptography.exceptions import ( AlreadyFinalized, InvalidKey, UnsupportedInterface -- cgit v1.2.3 From 90450f362629872dd2b6756ac0ff55ca8aecf30b Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 19 Mar 2014 12:37:17 -0400 Subject: a few small fixes --- tests/hazmat/primitives/test_hkdf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/hazmat/primitives/test_hkdf.py') diff --git a/tests/hazmat/primitives/test_hkdf.py b/tests/hazmat/primitives/test_hkdf.py index 989709c6..367addc9 100644 --- a/tests/hazmat/primitives/test_hkdf.py +++ b/tests/hazmat/primitives/test_hkdf.py @@ -14,6 +14,7 @@ from __future__ import absolute_import, division, print_function import pytest + import six from cryptography.exceptions import ( -- cgit v1.2.3