mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-06 01:47:41 +08:00
Add missing List imports.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Stubs for traceback
|
||||
|
||||
from typing import Generator, IO, Iterator, Mapping, Optional, Tuple, Type
|
||||
from typing import Generator, IO, Iterator, List, Mapping, Optional, Tuple, Type
|
||||
from types import FrameType, TracebackType
|
||||
import sys
|
||||
|
||||
|
||||
Reference in New Issue
Block a user