fivepapertigers / psycopg2-mypy-issue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

Clone this repo and run:

$ bin/run

Output

sql.py:4: error: Argument 1 to "join" of "SQL" has incompatible type "list[Composable]"; expected "SupportsIter[Composable]"  [arg-type]

About


Languages

Language:Shell 60.9%Language:Python 39.1%