diff options
author | Andre Caron <andre.l.caron@gmail.com> | 2015-05-19 21:28:04 -0400 |
---|---|---|
committer | Andre Caron <andre.l.caron@gmail.com> | 2015-05-19 21:28:04 -0400 |
commit | 9dd2ab94131c57af7aceac6785ee3607e02b1353 (patch) | |
tree | f527720eb68b827b79b9a354058edce33eb576b2 /src | |
parent | 18ef34b9139ccc2018aada63c2386bceae0da4c9 (diff) | |
download | cryptography-9dd2ab94131c57af7aceac6785ee3607e02b1353.tar.gz cryptography-9dd2ab94131c57af7aceac6785ee3607e02b1353.tar.bz2 cryptography-9dd2ab94131c57af7aceac6785ee3607e02b1353.zip |
Removes useless pass statement.
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptography/x509.py | 1 |
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) |