diff --git a/src/cryptography/hazmat/bindings/_rust/x509.pyi b/src/cryptography/hazmat/bindings/_rust/x509.pyi index b494fb61de3d..f44506c0852e 100644 --- a/src/cryptography/hazmat/bindings/_rust/x509.pyi +++ b/src/cryptography/hazmat/bindings/_rust/x509.pyi @@ -129,7 +129,7 @@ class CertificateRevocationList: def fingerprint(self, algorithm: hashes.HashAlgorithm) -> bytes: ... def get_revoked_certificate_by_serial_number( self, serial_number: int - ) -> RevokedCertificate | None: ... + ) -> x509.RevokedCertificate | None: ... @property def signature_hash_algorithm( self,