We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc79c1 commit 9a07184Copy full SHA for 9a07184
pandas/io/excel/_calamine.py
@@ -74,9 +74,7 @@ def load_workbook(
74
) -> CalamineWorkbook:
75
from python_calamine import load_workbook
76
77
- return load_workbook(
78
- filepath_or_buffer, **engine_kwargs # type: ignore[arg-type]
79
- )
+ return load_workbook(filepath_or_buffer, **engine_kwargs)
80
81
@property
82
def sheet_names(self) -> list[str]:
0 commit comments