Skip to content

Commit 778e385

Browse files
committed
formatting improvements by ruff
1 parent 3aaad97 commit 778e385

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/io/test_common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,7 @@ def close(self):
641641
with icom.get_handle(buffer, "rb") as handles:
642642
handles.created_handles.append(TestError())
643643

644+
644645
def test_read_csv_chained_url_no_error():
645646
tar_file = "pandas/tests/io/data/tar/test-csv.tar"
646647
try:
@@ -649,6 +650,7 @@ def test_read_csv_chained_url_no_error():
649650
except Exception as e:
650651
pytest.fail(e)
651652

653+
652654
@pytest.mark.parametrize(
653655
"reader",
654656
[

0 commit comments

Comments
 (0)