diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptography/x509.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/x509.py b/src/cryptography/x509.py index b36258a4..fb21be2b 100644 --- a/src/cryptography/x509.py +++ b/src/cryptography/x509.py @@ -1391,7 +1391,7 @@ class CertificateRevocationList(object): @six.add_metaclass(abc.ABCMeta) class CertificateSigningRequest(object): - @abc.abstracmethod + @abc.abstractmethod def __eq__(self, other): """ Checks equality. |