Skip to content

Commit

Permalink
chore: from re import -> from regex import
Browse files Browse the repository at this point in the history
  • Loading branch information
CCXXXI committed Mar 25, 2023
1 parent 6d38068 commit 412a2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywikibot/backports.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def __exit__(self, *excinfo: Any) -> None:
Mapping,
Sequence,
)
from re import Match, Pattern
from regex import Match, Pattern
Dict = dict # type: ignore[misc]
FrozenSet = frozenset # type: ignore[misc]
List = list # type: ignore[misc]
Expand Down

0 comments on commit 412a2a9

Please sign in to comment.