We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad3c68 commit c9ea8dcCopy full SHA for c9ea8dc
1 file changed
src/xulbux/regex.py
@@ -4,6 +4,7 @@
4
"""
5
6
from typing import Optional
7
+from mypy_extensions import mypyc_attr
8
import regex as _rx
9
import re as _re
10
0 commit comments