mirror of
https://github.com/davidhalter/parso.git
synced 2026-08-14 20:11:03 +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:
|
if match is None:
|
||||||
string = tos.previous_lines
|
string = tos.previous_lines
|
||||||
else:
|
else:
|
||||||
print(match, lnum, pos, repr(tos.previous_lines))
|
|
||||||
if not tos.previous_lines:
|
if not tos.previous_lines:
|
||||||
tos.last_string_start_pos = (lnum, pos)
|
tos.last_string_start_pos = (lnum, pos)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user