mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-26 21:08:59 +08:00
Import from collections.abc wherever possible (#7635)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from typing import IO, Any, Callable, Sequence
|
||||
from collections.abc import Callable, Sequence
|
||||
from typing import IO, Any
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
__all__ = ["Timer", "timeit", "repeat", "default_timer"]
|
||||
|
||||
Reference in New Issue
Block a user