pgsql: pycodestyle (PEP 8) cleanup in Python scripts - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pycodestyle (PEP 8) cleanup in Python scripts
Date
Msg-id E1nRtAy-001bvP-CD@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: doc: Add ALTER/DROP ROUTINE to the event trigger matrix
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add parse_analyze_withcb()