]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Apply string manipulations from black --preview
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 30 Jan 2022 16:57:45 +0000 (16:57 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 30 Jan 2022 16:57:45 +0000 (16:57 +0000)
commit7a327ec6af1e902ea4721a8735681ff1325c4d9b
tree52c2ba5b6ee349ec553ea6b235c8423cbd648965
parent212ad14a7fd60c770d5016586713b7ab7342f18c
Apply string manipulations from black --preview

They are stable under the current black and look an improvement.
17 files changed:
psycopg/psycopg/_dns.py
psycopg/psycopg/_queries.py
psycopg/psycopg/connection.py
psycopg/psycopg/copy.py
psycopg/psycopg/cursor.py
psycopg/psycopg/pq/_pq_ctypes.py
psycopg/psycopg/server_cursor.py
psycopg/psycopg/sql.py
psycopg/psycopg/types/multirange.py
tests/conftest.py
tests/fix_db.py
tests/fix_faker.py
tests/pq/test_escaping.py
tests/test_dns_srv.py
tests/test_prepared.py
tests/test_server_cursor.py
tests/test_server_cursor_async.py