sanyassh

Results 2 comments of sanyassh

I have to import `_csv` to make annotations like `def write(writer: csv_writer) -> None:`. I haven't found anything appropriate for annotations like this in usual `csv` module. Anyway, this is...

So you're saying that recognizing `_csv` and other such modules like`_collections`, `_decimal`, `_json`, `_random` and so on as Third Party is correct behavior? At least they should be identified as...