aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/exceptions.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-10-29 13:52:28 +0900
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-10-29 13:52:28 +0900
commitaad57896ac6e2a70c5474108019b3da8ace6bc06 (patch)
treedf96f63e4245fc449ab70ef4e14e52f608eb3d06 /src/cryptography/exceptions.py
parent1e392ab1d9efaa57fe61c6c0fe943edd4a2ed9bd (diff)
downloadcryptography-aad57896ac6e2a70c5474108019b3da8ace6bc06.tar.gz
cryptography-aad57896ac6e2a70c5474108019b3da8ace6bc06.tar.bz2
cryptography-aad57896ac6e2a70c5474108019b3da8ace6bc06.zip
oh right pep8 is a thing
Diffstat (limited to 'src/cryptography/exceptions.py')
-rw-r--r--src/cryptography/exceptions.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cryptography/exceptions.py b/src/cryptography/exceptions.py
index 4917e535..ee43fed7 100644
--- a/src/cryptography/exceptions.py
+++ b/src/cryptography/exceptions.py
@@ -6,9 +6,6 @@ from __future__ import absolute_import, division, print_function
from enum import Enum
-from cryptography import utils
-from cryptography.hazmat.primitives import twofactor
-
class _Reasons(Enum):
BACKEND_MISSING_INTERFACE = 0