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 d01f0c6 commit 8bf1fc9Copy full SHA for 8bf1fc9
lib/rule_engine/parser/__init__.py
@@ -42,7 +42,7 @@
42
from .utilities import timedelta_regex
43
44
literal_eval = pyast.literal_eval
45
-re
+
46
def _repl_byte_escape(match):
47
token = match.group(1)
48
if token[0] == ord('x'): # x
0 commit comments