Skip to content

Commit ac26127

Browse files
authored
Update test_perf_profiler.py
1 parent 8294f40 commit ac26127

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_perf_profiler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ def baz():
167167
self.assertNotIn(f"py::bar:{script}", child_perf_file_contents)
168168
self.assertNotIn(f"py::baz:{script}", child_perf_file_contents)
169169

170-
171170
def test_sys_api(self):
172171
code = """if 1:
173172
import sys

0 commit comments

Comments
 (0)