This may be needed depending on import order; but it makes mypy complain when
types-psycopg2 is installed.
@bchauvet This solves some of your mypy errors
Differential D7281
db_utils: Add missing import of psycopg2.errors vlorentz on Mar 3 2022, 1:35 PM. Authored by
Details
This may be needed depending on import order; but it makes mypy complain when @bchauvet This solves some of your mypy errors
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D7281 (id=26366)Rebasing onto 20da92e353... Current branch diff-target is up to date. Changes applied before testcommit d58973501d0e9e8f7517db435c937fcd9408cfab Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Mar 3 13:35:37 2022 +0100 db_utils: Add missing import of psycopg2.errors This may be needed depending on import order; but it makes mypy complain when types-psycopg2 is installed. See https://jenkins.softwareheritage.org/job/DCORE/job/tests-on-diff/368/ for more details. |