mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-11 09:08:27 +08:00
Use PEP 570 syntax in third party stubs (#11554)
This commit is contained in:
@@ -12,7 +12,8 @@ from paramiko.util import ClosingContextManager
|
||||
class _TransportFactory(Protocol):
|
||||
def __call__(
|
||||
self,
|
||||
__sock: _SocketLike,
|
||||
sock: _SocketLike,
|
||||
/,
|
||||
*,
|
||||
gss_kex: bool,
|
||||
gss_deleg_creds: bool,
|
||||
|
||||
Reference in New Issue
Block a user