mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +08:00
pysftp: CnOpts.hostkeys can be None (#9937)
This commit is contained in:
@@ -28,7 +28,7 @@ class CnOpts:
|
||||
log: bool = ...
|
||||
compression: bool = ...
|
||||
ciphers: Sequence[str] | None = ...
|
||||
hostkeys: paramiko.HostKeys = ...
|
||||
hostkeys: paramiko.HostKeys | None = ...
|
||||
def __init__(self, knownhosts: str | None = ...) -> None: ...
|
||||
def get_hostkey(self, host: str) -> paramiko.PKey: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user