Skip to content

Commit c9ea8dc

Browse files
committed
add missing import
1 parent 7ad3c68 commit c9ea8dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/xulbux/regex.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"""
55

66
from typing import Optional
7+
from mypy_extensions import mypyc_attr
78
import regex as _rx
89
import re as _re
910

0 commit comments

Comments
 (0)