aiosqlite
aiosqlite copied to clipboard
Cursor fetchall and fetchmany type annotations
trafficstars
Hello, can you please explain why cursor fetchall and fetchmany methods are annotated as returning Iterable instead of List (whitch is actually returned) -- it confuses linter when, for example, using len function or indexing