mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-22 19:13:34 +08:00
Import from collections.abc wherever possible (#7635)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import sys
|
||||
from _tracemalloc import *
|
||||
from typing import Any, Sequence, Union, overload
|
||||
from collections.abc import Sequence
|
||||
from typing import Any, Union, overload
|
||||
from typing_extensions import SupportsIndex, TypeAlias
|
||||
|
||||
def get_object_traceback(obj: object) -> Traceback | None: ...
|
||||
|
||||
Reference in New Issue
Block a user