Skip to content

Commit a87f3cf

Browse files
Revert unrelated(type annotation) change(s)
1 parent f3a0d2e commit a87f3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/dis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def print_instruction(self, instr, mark_as_current=False):
481481
False, None, None, instr.positions),
482482
False)
483483

484-
def print_instruction_line(self, instr: Instruction, mark_as_current: bool) -> None:
484+
def print_instruction_line(self, instr, mark_as_current) -> None:
485485
"""Format instruction details for inclusion in disassembly output."""
486486
theme = get_dis_theme()
487487
lineno_width = self.lineno_width

0 commit comments

Comments
 (0)