aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_rsa.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-03-16 09:35:24 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-03-16 09:35:24 -0700
commitf70f017501516dca0d9ca69b9b6a19820d82ab42 (patch)
tree03c6b26c00db8e5d749f69e5df4bcd5fd2cb3427 /tests/hazmat/primitives/test_rsa.py
parente171c5fcf47263d4aee35c555844e4c4d7aec5f0 (diff)
downloadcryptography-f70f017501516dca0d9ca69b9b6a19820d82ab42.tar.gz
cryptography-f70f017501516dca0d9ca69b9b6a19820d82ab42.tar.bz2
cryptography-f70f017501516dca0d9ca69b9b6a19820d82ab42.zip
Tiny style changes to some imports
Diffstat (limited to 'tests/hazmat/primitives/test_rsa.py')
-rw-r--r--tests/hazmat/primitives/test_rsa.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/hazmat/primitives/test_rsa.py b/tests/hazmat/primitives/test_rsa.py
index 155ec3a9..0e88bb7f 100644
--- a/tests/hazmat/primitives/test_rsa.py
+++ b/tests/hazmat/primitives/test_rsa.py
@@ -23,8 +23,7 @@ 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
+from cryptography.hazmat.primitives.asymmetric import rsa, padding
from ...utils import load_pkcs1_vectors, load_vectors_from_file