Skip to content

Commit a9b6ccd

Browse files
committed
match pep8
1 parent aaaa972 commit a9b6ccd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_profiling/test_sampling_profiler/test_modes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ def test_cpu_mode_with_no_samples(self):
228228
self.assertIn("No samples were collected", output)
229229
self.assertIn("CPU mode", output)
230230

231+
231232
@requires_remote_subprocess_debugging()
232233
class TestGilModeFiltering(unittest.TestCase):
233234
"""Test GIL mode filtering functionality (--mode=gil)."""

0 commit comments

Comments
 (0)