mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 19:41:51 +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
|
||||
|
||||
__all__ = ["TextWrapper", "wrap", "fill", "dedent", "indent", "shorten"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user