aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Caron <andre.l.caron@gmail.com>2015-05-19 21:28:04 -0400
committerAndre Caron <andre.l.caron@gmail.com>2015-05-19 21:28:04 -0400
commit9dd2ab94131c57af7aceac6785ee3607e02b1353 (patch)
treef527720eb68b827b79b9a354058edce33eb576b2
parent18ef34b9139ccc2018aada63c2386bceae0da4c9 (diff)
downloadcryptography-9dd2ab94131c57af7aceac6785ee3607e02b1353.tar.gz
cryptography-9dd2ab94131c57af7aceac6785ee3607e02b1353.tar.bz2
cryptography-9dd2ab94131c57af7aceac6785ee3607e02b1353.zip
Removes useless pass statement.
-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)