Skip to content

Commit f69c62f

Browse files
committed
fix: Remove print statement
1 parent 1365c21 commit f69c62f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/io/excel/test_style.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,5 +365,4 @@ def test_autofilter(engine, tmp_excel):
365365
ws = wb.active
366366

367367
assert ws.auto_filter.ref is not None
368-
print(ws.auto_filter.ref)
369368
assert ws.auto_filter.ref == "A1:D3"

0 commit comments

Comments
 (0)