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 374ddcb commit a25f560Copy full SHA for a25f560
pandas/io/excel/_xlsxwriter.py
@@ -213,7 +213,7 @@ def __init__(
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
exceptTypeError:
218
self._handles.handle.close()
219
raise
0 commit comments