Skip to content

Commit 592e43b

Browse files
committed
Remove unnecessary comment
1 parent aa04bac commit 592e43b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/system/small/test_dataframe_io.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -400,9 +400,6 @@ def test_to_pandas_batches_w_empty_dataframe_json_in_list(session):
400400
assert len(results[0]) == 0
401401

402402

403-
# --- Behavior 2: JSON in Struct ---
404-
405-
406403
def test_to_pandas_batches_w_empty_dataframe_json_in_struct(session):
407404
"""Tests to_pandas_batches() with an empty DataFrame containing a struct of JSON.
408405
@@ -429,9 +426,6 @@ def test_to_pandas_batches_w_empty_dataframe_json_in_struct(session):
429426
assert len(results[0]) == 0
430427

431428

432-
# --- Behavior 3: Simple JSON ---
433-
434-
435429
def test_to_pandas_batches_w_empty_dataframe_simple_json(session):
436430
"""Tests to_pandas_batches() with an empty DataFrame containing a simple JSON column.
437431

0 commit comments

Comments
 (0)