mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Import Match and Pattern from re, not typing (#8277)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from collections.abc import Callable, Iterator
|
||||
from typing import Any, Pattern
|
||||
from re import Pattern
|
||||
from typing import Any
|
||||
|
||||
ESCAPE: Pattern[str]
|
||||
ESCAPE_ASCII: Pattern[str]
|
||||
|
||||
Reference in New Issue
Block a user