Skip to content

Commit 0026415

Browse files
committed
Address feedback // Update generate_token.py
1 parent fa7f12b commit 0026415

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tools/build/generate_token.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ def update_file(file, content):
8181
(x) == INDENT || \\
8282
(x) == DEDENT)
8383
#define ISSTRINGLIT(x) ((x) == STRING || \\
84-
(x) == FSTRING_MIDDLE || \\
85-
(x) == FSTRING_END)
84+
(x) == FSTRING_MIDDLE)
8685
8786
8887
// Symbols exported for test_peg_generator

0 commit comments

Comments
 (0)