mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-21 19:32:13 +08:00
Big diff: use lower-case list and dict (#5888)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import sys
|
||||
from typing import Any, Iterable, List, TextIO, Tuple, TypeVar
|
||||
from typing import Any, Iterable, TextIO, Tuple, TypeVar
|
||||
|
||||
def split(s: str, comments: bool = ..., posix: bool = ...) -> List[str]: ...
|
||||
def split(s: str, comments: bool = ..., posix: bool = ...) -> list[str]: ...
|
||||
|
||||
if sys.version_info >= (3, 8):
|
||||
def join(split_command: Iterable[str]) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user