mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-01 09:03:39 +08:00
Forgot to delete another print. WTF I'm tired
This commit is contained in:
@@ -307,7 +307,6 @@ def _find_fstring_string(fstring_stack, line, lnum, pos):
|
||||
if match is None:
|
||||
string = tos.previous_lines
|
||||
else:
|
||||
print(match, lnum, pos, repr(tos.previous_lines))
|
||||
if not tos.previous_lines:
|
||||
tos.last_string_start_pos = (lnum, pos)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user