mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-29 10:14:37 +08:00
Add missing List imports.
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
from typing import Any, Callable, TypeVar, Union
|
||||
from typing import Any, Callable, List, TypeVar, Union
|
||||
|
||||
from click.core import Command, Group, Argument, Option, Parameter, Context
|
||||
from click.types import ParamType
|
||||
|
||||
Vendored
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
from typing import (
|
||||
Any, Callable, Dict, IO, Iterable, Generator, Optional, Sequence, Tuple,
|
||||
Union,
|
||||
List, Union,
|
||||
TypeVar, overload,
|
||||
)
|
||||
import importlib.abc
|
||||
|
||||
Reference in New Issue
Block a user