Skip to content

Commit 8bf1fc9

Browse files
committed
Fix a random typo
1 parent d01f0c6 commit 8bf1fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rule_engine/parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
from .utilities import timedelta_regex
4343

4444
literal_eval = pyast.literal_eval
45-
re
45+
4646
def _repl_byte_escape(match):
4747
token = match.group(1)
4848
if token[0] == ord('x'): # x

0 commit comments

Comments
 (0)