mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-17 23:34:13 +08:00
Add missing List imports.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Stubs for zipfile
|
||||
|
||||
from typing import Callable, IO, Optional, Tuple, Type, Union
|
||||
from typing import Callable, IO, List, Optional, Tuple, Type, Union
|
||||
from types import TracebackType
|
||||
import sys
|
||||
|
||||
|
||||
Reference in New Issue
Block a user