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 4f4b108 commit e503c13Copy full SHA for e503c13
pandas/io/excel/_xlsxwriter.py
@@ -213,7 +213,7 @@ def __init__( # pyright: ignore[reportInconsistentConstructor]
213
)
214
215
try:
216
- self._book = Workbook(self._handles.handle, **engine_kwargs)
+ self._book = Workbook(self._handles.handle, **engine_kwargs) # type: ignore[arg-type]
217
except TypeError:
218
self._handles.handle.close()
219
raise
0 commit comments