aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/cryptography/x509.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptography/x509.py b/src/cryptography/x509.py
index 1635a517..e6d19ae7 100644
--- a/src/cryptography/x509.py
+++ b/src/cryptography/x509.py
@@ -1172,7 +1172,6 @@ class Certificate(object):
"""
Serializes the certificate to PEM or DER format.
"""
- pass
@six.add_metaclass(abc.ABCMeta)