We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946dcdc commit b5ab123Copy full SHA for b5ab123
1 file changed
python/tests/test_dataframe.py
@@ -996,7 +996,6 @@ def get_header_style(self) -> str:
996
997
# Reset for the next part of the test
998
reset_formatter()
999
-
1000
# Configure with custom style provider and additional parameters
1001
configure_formatter(
1002
style_provider=CustomStyleProvider(),
@@ -1749,3 +1748,4 @@ def test_html_formatter_manual_format_html(clean_formatter_state):
1749
1748
1750
assert "<style>" in local_html_1
1751
assert "<style>" in local_html_2
+
0 commit comments