Skip to content

Commit 174f313

Browse files
committed
Add missing import
1 parent 8c176fe commit 174f313

File tree

1 file changed

+1
-1
lines changed
  • trepan/processor/command/info_subcmd

1 file changed

+1
-1
lines changed

trepan/processor/command/info_subcmd/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
from trepan.lib.complete import complete_token
2222
from trepan.lib.disassemble import PYTHON_OPCODES as python_opcodes
23-
from trepan.lib.format import Keyword, format_function, format_line_number
23+
from trepan.lib.format import Keyword, format_function, format_line_number, format_token
2424
from trepan.lib.stack import (
2525
format_function_name,
2626
get_column_start_from_frame,

0 commit comments

Comments
 (0)