mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-30 14:45:23 +08:00
Add missing List imports.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Stubs for distutils.spawn
|
||||
|
||||
from typing import Optional
|
||||
from typing import List, Optional
|
||||
|
||||
def spawn(cmd: List[str], search_path: bool = ...,
|
||||
verbose: bool = ..., dry_run: bool = ...) -> None: ...
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Stubs for distutils.text_file
|
||||
|
||||
from typing import IO, Optional, Tuple, Union
|
||||
from typing import IO, List, Optional, Tuple, Union
|
||||
|
||||
class TextFile:
|
||||
def __init__(self, filename: Optional[str] = ...,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Stubs for distutils.util
|
||||
|
||||
from typing import Any, Callable, Mapping, Optional, Tuple
|
||||
from typing import Any, Callable, List, Mapping, Optional, Tuple
|
||||
|
||||
|
||||
def get_platform() -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user