Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel authored Nov 20, 2023
1 parent 83ae74e commit bac6628
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/dis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bac6628

Please sign in to comment.