Skip to content

Commit

Permalink
Update py-polars/tests/unit/io/test_spreadsheet.py
Browse files Browse the repository at this point in the history
Co-authored-by: Stijn de Gooijer <[email protected]>
  • Loading branch information
alexander-beedie and stinodego authored Sep 25, 2023
1 parent 14c3050 commit 1d59209
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py-polars/tests/unit/io/test_spreadsheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ def test_schema_overrides(path_xlsx: Path, path_xlsb: Path, path_ods: Path) -> N
}

for workbook_path in (path_xlsx, path_xlsb, path_ods):
print(workbook_path)
df4 = pl.read_excel(
workbook_path,
sheet_name="test5",
Expand Down

0 comments on commit 1d59209

Please sign in to comment.