From edfd8f83de5f9f6d6a71ff7e6705a7676abf8c5a Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 19 Dec 2015 14:20:52 -0500 Subject: too many newlines --- src/cryptography/x509/oid.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/cryptography/x509/oid.py b/src/cryptography/x509/oid.py index 329eba9f..f398e46d 100644 --- a/src/cryptography/x509/oid.py +++ b/src/cryptography/x509/oid.py @@ -87,7 +87,6 @@ class NameOID(object): ) - class SignatureAlgorithmOID(object): RSA_WITH_MD5 = ObjectIdentifier("1.2.840.113549.1.1.4") RSA_WITH_SHA1 = ObjectIdentifier("1.2.840.113549.1.1.5") -- cgit v1.2.3