Skip to content

Commit b3af831

Browse files
committed
Merge remote-tracking branch 'upstream/main' into wip-fixup-nullables
2 parents 4683361 + ab2980b commit b3af831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/excel/_calamine.py

Lines changed: 1 addition & 1 deletion
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)