Skip to content

Commit ab2980b

Browse files
authored
CI: fix ci (calamine typing) (pandas-dev#57689)
fix ci (calamine typing)
1 parent 301c5c7 commit ab2980b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/excel/_calamine.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def load_workbook(
7575
from python_calamine import load_workbook
7676

7777
return load_workbook(
78-
filepath_or_buffer, # type: ignore[arg-type]
78+
filepath_or_buffer,
7979
**engine_kwargs,
8080
)
8181

0 commit comments

Comments
 (0)