From 738ac5a8e986dbba472232711be7fae804a01576 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 2 Nov 2013 14:10:38 -0700 Subject: pep8 --- cryptography/exceptions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cryptography/exceptions.py b/cryptography/exceptions.py index 1821ceb7..f0a7baf2 100644 --- a/cryptography/exceptions.py +++ b/cryptography/exceptions.py @@ -11,5 +11,6 @@ # See the License for the specific language governing permissions and # limitations under the License. + class NoSuchAlgorithm(Exception): pass -- cgit v1.2.3