]> git.ipfire.org Git - thirdparty/psycopg.git/commit
refactor: drop overloading of the Connection.connect() function
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 3 Jan 2024 01:14:46 +0000 (02:14 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 3 Jan 2024 03:08:01 +0000 (04:08 +0100)
commit4ebd1925edf83819d8e719251709c7cba1c06615
tree192313aa8eadcd3d9414c51a39bc3d2c589a6bf1
parent323be52689ec4180e75c4dd0dd5fe7b1734e2387
refactor: drop overloading of the Connection.connect() function

The default for the Row TypeVar makes it redundant.
psycopg/psycopg/connection.py
psycopg/psycopg/connection_async.py