commit | 9dd2ab94131c57af7aceac6785ee3607e02b1353 | [log] [tgz] |
---|---|---|
author | Andre Caron <andre.l.caron@gmail.com> | Tue May 19 21:28:04 2015 -0400 |
committer | Andre Caron <andre.l.caron@gmail.com> | Tue May 19 21:28:04 2015 -0400 |
tree | f527720eb68b827b79b9a354058edce33eb576b2 | |
parent | 18ef34b9139ccc2018aada63c2386bceae0da4c9 [diff] |
Removes useless pass statement.
diff --git a/src/cryptography/x509.py b/src/cryptography/x509.py index 1635a51..e6d19ae 100644 --- a/src/cryptography/x509.py +++ b/src/cryptography/x509.py
@@ -1172,7 +1172,6 @@ """ Serializes the certificate to PEM or DER format. """ - pass @six.add_metaclass(abc.ABCMeta)