From 6324f4f4a11c8320ded41fbd77d1af47765d029a Mon Sep 17 00:00:00 2001 From: Gregory Haynes Date: Tue, 30 Dec 2014 23:32:20 -0800 Subject: Fix import ordering in interfaces --- src/cryptography/hazmat/primitives/interfaces/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/cryptography/hazmat/primitives/interfaces/__init__.py b/src/cryptography/hazmat/primitives/interfaces/__init__.py index 2f9880da..b025d155 100644 --- a/src/cryptography/hazmat/primitives/interfaces/__init__.py +++ b/src/cryptography/hazmat/primitives/interfaces/__init__.py @@ -4,10 +4,10 @@ from __future__ import absolute_import, division, print_function -import six - import abc +import six + from cryptography.hazmat.primitives.interfaces.ciphers import ( BlockCipherAlgorithm, CipherAlgorithm, -- cgit v1.2.3