Skip to content

Commit 0742a19

Browse files
authored
Apply suggestion from @pablogsal
1 parent b3fafc1 commit 0742a19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/profiling/sampling/heatmap_collector.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,6 @@ def _build_navigation_buttons(self, filename: str, line_num: int) -> str:
11651165
"""
11661166
line_key = (filename, line_num)
11671167

1168-
# Find which function this line belongs to
11691168
funcname = self.line_to_function.get(line_key)
11701169

11711170
# Get callers: look up by function definition line, not current line

0 commit comments

Comments
 (0)