Skip to content

Commit

Permalink
Fix the return type from get_revoked_certificate_by_serial_number (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
magnuswatn authored Dec 1, 2024
1 parent 3604502 commit 5237ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cryptography/hazmat/bindings/_rust/x509.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5237ee1

Please sign in to comment.