Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typing with newer types-psycopg2
Since `connection` is no longer exported from psycopg2 stubs, it's not possible to specify explicit type. Howerver, mypy does the right job to guess the type, so we can omit explicit annotation.
- Loading branch information