-
- Downloads
db_utils: Fix typing of db/conninfo objects
swh_set_db_module() takes a db_or_conninfo object, and passes it to execute_sqlfiles, which only expects a conninfo. This is detected by mypy when using a recent version of types-psycopg2.
Please register or sign in to comment