Skip to content

Commit c4cf837

Browse files
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 78b8bd5 commit c4cf837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/profiling/sampling/heatmap_collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ def _is_valid_frame(self, filename, lineno):
549549
return True
550550

551551
def _record_line_sample(self, filename, lineno, funcname, is_leaf=False,
552-
count_cumulative=True):
552+
count_cumulative=True):
553553
"""Record a sample for a specific line."""
554554
# Track cumulative samples (all occurrences in stack)
555555
if count_cumulative:

0 commit comments

Comments
 (0)