]> git.ipfire.org Git - thirdparty/psycopg.git/commit
style: move private functions closer to the classes where they are used
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 11 Sep 2023 00:54:02 +0000 (01:54 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 11 Sep 2023 01:09:42 +0000 (02:09 +0100)
commite0f6794d50e7b570f3cd8c80869b6f270f72f0c0
treeb824f0e3ac02ce72c82d9193d19b0d3d0ed344fa
parent29be5a47342000811eb44baa32ef90fc1af1cd2a
style: move private functions closer to the classes where they are used

For better alignment with the master branch.
psycopg/psycopg/_queries.py