mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 16:27:08 +08:00
Add missing import of List from typing.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Stubs for traceback
|
||||
|
||||
from types import TracebackType
|
||||
from types import List, TracebackType
|
||||
import typing
|
||||
|
||||
# TODO signatures
|
||||
|
||||
Reference in New Issue
Block a user