mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-29 06:12:13 +08:00
Upgrade black version (#7089)
This commit is contained in:
@@ -62,6 +62,7 @@ class FTP:
|
||||
timeout: float = ...,
|
||||
source_address: tuple[str, int] | None = ...,
|
||||
) -> None: ...
|
||||
|
||||
def connect(
|
||||
self, host: str = ..., port: int = ..., timeout: float = ..., source_address: tuple[str, int] | None = ...
|
||||
) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user