mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-22 09:38:50 +08:00
Remove ssl_match_hostname from pyright exclude (#9116)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
from ssl import _PeerCertRetDictType
|
||||
|
||||
class CertificateError(ValueError): ...
|
||||
|
||||
def match_hostname(cert, hostname): ...
|
||||
def match_hostname(cert: _PeerCertRetDictType, hostname: str) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user