We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61db037 commit 69bcf6fCopy full SHA for 69bcf6f
python/tests/test_dataframe.py
@@ -1569,9 +1569,7 @@ def test_repr_rows_backward_compatibility(clean_formatter_state):
1569
assert formatter.repr_rows == 15
1570
1571
# Should fail when conflicting with max_rows
1572
- with pytest.raises(
1573
- ValueError, match="Cannot specify both repr_rows and max_rows"
1574
- ):
+ with pytest.raises(ValueError, match="Cannot specify both repr_rows and max_rows"):
1575
DataFrameHtmlFormatter(repr_rows=5, max_rows=10)
1576
1577
# Setting repr_rows via property should warn
0 commit comments