We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301c5c7 commit ab2980bCopy full SHA for ab2980b
pandas/io/excel/_calamine.py
@@ -75,7 +75,7 @@ def load_workbook(
75
from python_calamine import load_workbook
76
77
return load_workbook(
78
- filepath_or_buffer, # type: ignore[arg-type]
+ filepath_or_buffer,
79
**engine_kwargs,
80
)
81
0 commit comments