Psycopg2 SQL.join false positive #10715
Labels
priority: regression
Something that worked before doesn't work anymore
stubs: false positive
Type checkers report false errors
The following produces
sql.py:4: error: Argument 1 to "join" of "SQL" has incompatible type "list[Composable]"; expected "SupportsIter[Composable]" [arg-type]
Just started happening and this seems related: #10630 (comment)
Full example: https://github.com/fivepapertigers/psycopg2-mypy-issue/tree/main
The text was updated successfully, but these errors were encountered: