mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-27 10:48:40 +08:00
Import Match and Pattern from re, not typing (#8277)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from collections.abc import Callable
|
||||
from typing import Pattern
|
||||
from re import Pattern
|
||||
from typing_extensions import Literal, TypedDict
|
||||
|
||||
_DEFAULT_DELIMITER: str
|
||||
|
||||
Reference in New Issue
Block a user