From 3899539efdf5c3cc9ef31a852d486244ddd21bad Mon Sep 17 00:00:00 2001 From: Predrag Gruevski Date: Mon, 21 Sep 2015 21:53:49 -0400 Subject: Made import order alphabetical. --- src/cryptography/x509/extensions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptography/x509/extensions.py b/src/cryptography/x509/extensions.py index 6f3cad6d..cd75ecdc 100644 --- a/src/cryptography/x509/extensions.py +++ b/src/cryptography/x509/extensions.py @@ -15,7 +15,7 @@ from pyasn1.type import namedtype, univ import six from cryptography import utils -from cryptography.hazmat.primitives import serialization, constant_time +from cryptography.hazmat.primitives import constant_time, serialization from cryptography.x509.general_name import GeneralName, IPAddress, OtherName from cryptography.x509.name import Name from cryptography.x509.oid import ( -- cgit v1.2.3