]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Harmless refactoring to server-side cursors
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 30 Oct 2021 16:30:17 +0000 (18:30 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 30 Oct 2021 16:44:23 +0000 (18:44 +0200)
commitbad4efc46ded1b59c2acb4fecb9df6f097c708fd
tree0cf7451046f0216699a3eeb02dfa4115f2fe0799
parentebb46763370f4d6aeb19b89b1217271ac4d949d6
Harmless refactoring to server-side cursors

It's cool that mypy finds the common base of the two expressions in the
ternary operator.
psycopg/psycopg/server_cursor.py