pgsql: pycodestyle (PEP 8) cleanup in Python scripts

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pycodestyle (PEP 8) cleanup in Python scripts
Date: 2022-03-09 10:04:13
Message-ID: E1nRtAy-001bvP-CD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pycodestyle (PEP 8) cleanup in Python scripts

These are mainly whitespace changes. I didn't fix "E501 line too
long", which would require more significant surgery.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ddf590b8115212ea061f9428f20f4c36d8e25e62

Modified Files
--------------
contrib/unaccent/generate_unaccent_rules.py | 54 ++++++++++++++++++-----------
src/test/locale/sort-test.py | 10 +++---
2 files changed, 40 insertions(+), 24 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-03-09 10:25:34 pgsql: Add parse_analyze_withcb()
Previous Message Michael Paquier 2022-03-09 06:00:26 pgsql: doc: Add ALTER/DROP ROUTINE to the event trigger matrix