Skip to content

Commit 15b07ba

Browse files
committed
ha! even less style...
1 parent f2a21fb commit 15b07ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Lib/test/test_profiling/test_sampling_profiler/test_collectors.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2767,9 +2767,7 @@ def test_flamegraph_collector_filters_internal_frames(self):
27672767
1,
27682768
[
27692769
MockFrameInfo("app.py", 50, "run"),
2770-
MockFrameInfo(
2771-
"/lib/_sync_coordinator.py", 100, "main"
2772-
),
2770+
MockFrameInfo("/lib/_sync_coordinator.py", 100, "main"),
27732771
MockFrameInfo("<frozen runpy>", 87, "_run_code"),
27742772
],
27752773
status=THREAD_STATUS_HAS_GIL,

0 commit comments

Comments
 (0)