Open rudolfbyker opened 14 hours ago
Hm, pandas uses an if TYPE_CHECKING:
block to import FilePath, so we can't inspect the read_csv
function.
Maybe we can be smarter about getting the return type from the function and avoiding looking at the arguments.
This causes the following error at runtime:
I'm using pandas 2.2.3 and tightwrap 24.3 .