mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Add missing List imports.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Stubs for pkgutil
|
||||
|
||||
from typing import Any, Callable, Generator, IO, Iterable, Optional, Tuple
|
||||
from typing import Any, Callable, Generator, IO, Iterable, List, Optional, Tuple
|
||||
import sys
|
||||
|
||||
if sys.version_info >= (3,):
|
||||
|
||||
Reference in New Issue
Block a user