mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-20 00:28:28 +08:00
Add missing List imports.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Stubs for warnings
|
||||
|
||||
from typing import Any, Dict, NamedTuple, Optional, TextIO, Tuple, Type, Union
|
||||
from typing import Any, Dict, List, NamedTuple, Optional, TextIO, Tuple, Type, Union
|
||||
from types import ModuleType, TracebackType
|
||||
|
||||
def warn(message: Union[str, Warning], category: Optional[Type[Warning]] = ...,
|
||||
|
||||
Reference in New Issue
Block a user