From bac6628b8aff2838a7fbe9d24ea9eac5086fd7d9 Mon Sep 17 00:00:00 2001 From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:28:25 +0000 Subject: [PATCH] whitespace --- Lib/dis.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/dis.py b/Lib/dis.py index 440e7a9280ff7b..b5d191c5b71dfc 100644 --- a/Lib/dis.py +++ b/Lib/dis.py @@ -746,7 +746,6 @@ def _disassemble_bytes(code, lasti=-1, varname_from_oparg=None, new_source_line = (show_lineno and instr.starts_line and instr.offset > 0) - if new_source_line: print(file=file) if show_caches: