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/primitives/test_pbkdf2hmac.py') 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