mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-01 13:40:23 +08:00
Add missing List imports.
This commit is contained in:
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