You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those are some of the typing errors generated by mypy after unpining it.
pandas/io/excel/_xlsxwriter.py:105: error: "object" has no attribute "__iter__"; maybe "__str__" or "__dir__"? (not iterable) [attr-defined]
pandas/io/excel/_xlsxwriter.py:196: error: "None" has no attribute "close" [attr-defined]
pandas/io/excel/_xlsxwriter.py:207: error: "None" has no attribute "add_worksheet" [attr-defined]
pandas/io/excel/_xlsxwriter.py:225: error: "None" has no attribute "add_format" [attr-defined]
The text was updated successfully, but these errors were encountered:
Those are some of the typing errors generated by mypy after unpining it.
The text was updated successfully, but these errors were encountered: