From aad57896ac6e2a70c5474108019b3da8ace6bc06 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 29 Oct 2015 13:52:28 +0900 Subject: oh right pep8 is a thing --- src/cryptography/exceptions.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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 -- cgit v1.2.3