Skip to content

Commit 14de22f

Browse files
committed
lint check
1 parent 2873df2 commit 14de22f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pandas/tests/io/formats/test_format.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,10 @@ def test_repr_min_rows(self):
377377
({"A": [""]}, "{:.2f}", ""),
378378
({"A": [112345.6789]}, "{:6.3f}", "112345.679"),
379379
],
380-
)
381-
def test_repr_float_formatting_html_output(self, data, format_option, expected_values):
380+
)
381+
def test_repr_float_formatting_html_output(
382+
self, data, format_option, expected_values
383+
):
382384
if format_option is not None:
383385
set_option("display.float_format", format_option.format)
384386

0 commit comments

Comments
 (0)