mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 19:41:51 +08:00
Import from collections.abc wherever possible (#7635)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import enum
|
||||
import sre_compile
|
||||
import sys
|
||||
from collections.abc import Callable, Iterator
|
||||
from sre_constants import error as error
|
||||
from typing import Any, AnyStr, Callable, Iterator, overload
|
||||
from typing import Any, AnyStr, overload
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
# ----- re variables and constants -----
|
||||
|
||||
Reference in New Issue
Block a user