mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +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