mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Fix traceback.pyi right. (Sorry!)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Stubs for traceback
|
||||
|
||||
from types import List, TracebackType
|
||||
from typing import List
|
||||
from types import TracebackType
|
||||
import typing
|
||||
|
||||
# TODO signatures
|
||||
|
||||
Reference in New Issue
Block a user