Commit 52650ce
fix: add type ignore for pandas DataFrame columns parameter
Add type: ignore annotation for the columns parameter when creating
an empty DataFrame, as pyright's pandas stubs don't recognize
list[str] as a valid type despite it working correctly at runtime.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 92ede47 commit 52650ce
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments