aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-04-01 15:00:00 +0100
committerAlex Stapleton <alexs@prol.etari.at>2014-04-01 15:00:00 +0100
commitdf16f4a573d0d9a81236818c79032f4c12ffec00 (patch)
treeeef1cab9a29231664c8c2aa189792bc8ee3dd703 /tests/hazmat/primitives
parent976945d4078bcd16eb5a95526e6b26ace7b19bd3 (diff)
downloadcryptography-df16f4a573d0d9a81236818c79032f4c12ffec00.tar.gz
cryptography-df16f4a573d0d9a81236818c79032f4c12ffec00.tar.bz2
cryptography-df16f4a573d0d9a81236818c79032f4c12ffec00.zip
fix pep8 errors
Diffstat (limited to 'tests/hazmat/primitives')
-rw-r--r--tests/hazmat/primitives/test_rsa.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hazmat/primitives/test_rsa.py b/tests/hazmat/primitives/test_rsa.py
index 32f54945..c458a662 100644
--- a/tests/hazmat/primitives/test_rsa.py
+++ b/tests/hazmat/primitives/test_rsa.py
@@ -22,7 +22,7 @@ import os
import pytest
from cryptography import exceptions, utils
-from cryptography.exceptions import UnsupportedAlgorithm, _Reasons
+from cryptography.exceptions import _Reasons
from cryptography.hazmat.primitives import hashes, interfaces
from cryptography.hazmat.primitives.asymmetric import padding, rsa