Skip to content

Commit f4928b9

Browse files
pablogsalpicnixz
andauthored
Update Lib/profiling/sampling/stack_collector.py
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 440d333 commit f4928b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/profiling/sampling/stack_collector.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,6 @@ def __init__(self, sample_interval_usec, *, baseline_binary_path, skip_idle=Fals
452452
self.baseline_binary_path = baseline_binary_path
453453
self._baseline_collector = None
454454
self._elided_paths = set()
455-
456-
457455
def _load_baseline(self):
458456
"""Load baseline profile from binary file."""
459457
from .binary_reader import BinaryReader

0 commit comments

Comments
 (0)