mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-08 20:43:25 +08:00
Add missing List imports.
This commit is contained in:
2
third_party/3.6/click/decorators.pyi
vendored
2
third_party/3.6/click/decorators.pyi
vendored
@@ -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
|
||||
|
||||
2
third_party/3/pkg_resources.pyi
vendored
2
third_party/3/pkg_resources.pyi
vendored
@@ -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