mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Big diff: use lower-case list and dict (#5888)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import sys
|
||||
from typing import Any, Dict, NoReturn, Sequence, Tuple, overload
|
||||
from typing import Any, NoReturn, Sequence, Tuple, overload
|
||||
from typing_extensions import Literal
|
||||
|
||||
CREATE_NEW_CONSOLE: int
|
||||
@@ -81,7 +81,7 @@ def CreateProcess(
|
||||
__thread_attrs: Any,
|
||||
__inherit_handles: bool,
|
||||
__creation_flags: int,
|
||||
__env_mapping: Dict[str, str],
|
||||
__env_mapping: dict[str, str],
|
||||
__current_directory: str | None,
|
||||
__startup_info: Any,
|
||||
) -> Tuple[int, int, int, int]: ...
|
||||
|
||||
Reference in New Issue
Block a user