mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Import from collections.abc wherever possible (#7635)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import sys
|
||||
from _typeshed import structseq
|
||||
from collections.abc import Callable
|
||||
from threading import Thread
|
||||
from types import TracebackType
|
||||
from typing import Any, Callable, NoReturn
|
||||
from typing import Any, NoReturn
|
||||
from typing_extensions import Final, final
|
||||
|
||||
error = RuntimeError
|
||||
|
||||
Reference in New Issue
Block a user