Skip to content

Commit bb102c7

Browse files
authored
remove method from pyi that no longer exists (#12942)
1 parent 198aab7 commit bb102c7

File tree

1 file changed

+0
-1
lines changed
  • src/cryptography/hazmat/bindings/_rust

1 file changed

+0
-1
lines changed

src/cryptography/hazmat/bindings/_rust/x509.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ class CertificateSigningRequest:
198198
def tbs_certrequest_bytes(self) -> bytes: ...
199199
@property
200200
def is_signature_valid(self) -> bool: ...
201-
def get_attribute_for_oid(self, oid: x509.ObjectIdentifier) -> bytes: ...
202201

203202
class PolicyBuilder:
204203
def time(self, time: datetime.datetime) -> PolicyBuilder: ...

0 commit comments

Comments
 (0)