mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-25 01:38:40 +08:00
Import Match and Pattern from re, not typing (#8277)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from _typeshed import Incomplete
|
||||
from collections.abc import Callable
|
||||
from typing import Pattern, Protocol, TypeVar
|
||||
from re import Pattern
|
||||
from typing import Protocol, TypeVar
|
||||
from typing_extensions import ParamSpec
|
||||
|
||||
CUR_OS: str
|
||||
|
||||
Reference in New Issue
Block a user