mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 23:09:55 +08:00
Import Match and Pattern from re, not typing (#8277)
This commit is contained in:
@@ -2,8 +2,9 @@ import threading
|
||||
from _typeshed import Incomplete, Self, SupportsItems
|
||||
from collections.abc import Callable, Iterable, Iterator, Mapping, Sequence
|
||||
from datetime import datetime, timedelta
|
||||
from re import Pattern
|
||||
from types import TracebackType
|
||||
from typing import Any, ClassVar, Generic, Pattern, TypeVar, overload
|
||||
from typing import Any, ClassVar, Generic, TypeVar, overload
|
||||
from typing_extensions import Literal, TypeAlias
|
||||
|
||||
from redis import RedisError
|
||||
|
||||
Reference in New Issue
Block a user