We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1365c21 commit f69c62fCopy full SHA for f69c62f
pandas/tests/io/excel/test_style.py
@@ -365,5 +365,4 @@ def test_autofilter(engine, tmp_excel):
365
ws = wb.active
366
367
assert ws.auto_filter.ref is not None
368
- print(ws.auto_filter.ref)
369
assert ws.auto_filter.ref == "A1:D3"
0 commit comments