Skip to content

Commit 3eddae8

Browse files
committed
too many new lines
1 parent 7c85d47 commit 3eddae8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_profiling/test_sampling_profiler/test_collectors.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2145,7 +2145,6 @@ def test_gecko_collector_with_location_info(self):
21452145
# Verify function name is in string table
21462146
self.assertIn("handle_request", string_array)
21472147

2148-
21492148
def test_jsonl_collector_with_location_info(self):
21502149
"""Test JsonlCollector handles LocationInfo properly."""
21512150
collapsed_out = tempfile.NamedTemporaryFile(delete=False)
@@ -2196,7 +2195,6 @@ def jsonl(obj):
21962195
for exp in expected:
21972196
self.assertIn(exp, lines)
21982197

2199-
22002198
def test_jsonl_collector_with_none_location(self):
22012199
"""Test JsonlCollector handles None location (synthetic frames)."""
22022200
collapsed_out = tempfile.NamedTemporaryFile(delete=False)

0 commit comments

Comments
 (0)