From 68855e0611e70486ef1ae93a0936babb3fc80704 Mon Sep 17 00:00:00 2001 From: Ayrx Date: Sun, 16 Mar 2014 19:55:13 +0800 Subject: Style nitpick --- tests/hazmat/primitives/test_rsa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hazmat/primitives/test_rsa.py b/tests/hazmat/primitives/test_rsa.py index f49507b4..155ec3a9 100644 --- a/tests/hazmat/primitives/test_rsa.py +++ b/tests/hazmat/primitives/test_rsa.py @@ -16,12 +16,12 @@ from __future__ import absolute_import, division, print_function import binascii import itertools -from cryptography.exceptions import UnsupportedInterface import os import pytest from cryptography import exceptions, utils +from cryptography.exceptions import UnsupportedInterface from cryptography.hazmat.primitives import hashes, interfaces from cryptography.hazmat.primitives.asymmetric import rsa from cryptography.hazmat.primitives.asymmetric import padding -- cgit v1.2.3