Commit 88084ad
committed
fix: Add sheet_name=0 to ExcelFile.parse() calls to satisfy MyPy type stubs
- Explicitly specify sheet_name=0 in both Calamine and Openpyxl parse calls
- Behavior unchanged: pandas defaults to first sheet (index 0) when no sheet_name provided
- Resolves MyPy call-overload and no-any-return errors
- ExcelFormat has no sheet selection parameter, so defaulting to first sheet is correct
Co-Authored-By: unknown <>1 parent adfe576 commit 88084ad
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
0 commit comments