Skip to content

Commit c0f7457

Browse files
remove print
1 parent fe6f0ff commit c0f7457

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/expr_and_series/map_batches_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def xfail_not_implemented(
2424
) -> None:
2525
"""XFAIL if the constructor doesn't support map_batches."""
2626
constructor_id = str(request.node.callspec.id)
27-
print(constructor_id)
2827
if any(x in str(constructor) for x in ("dask", "duckdb", "ibis", "sqlframe")) or (
2928
constructor_id == "pyspark[connect]"
3029
):

0 commit comments

Comments
 (0)