pgAdmin 4 commit: PEP8 cleanups for the sequences module.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: PEP8 cleanups for the sequences module.
Date: 2018-02-21 17:37:40
Message-ID: E1eoYKq-0004ii-NE@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

PEP8 cleanups for the sequences module.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=55875f0cfa7b19cdd4831150e8232e53df6f9ef3
Author: Murtuza Zabuawala <murtuza(dot)zabuawal(at)enterprisedb(dot)com>

Modified Files
--------------
.../databases/schemas/sequences/__init__.py | 105 +++++++++++++++------
.../databases/schemas/sequences/tests/__init__.py | 5 +-
2 files changed, 78 insertions(+), 32 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-02-21 17:37:55 Re: [pgAdmin4][RM#3014] Fix validation issues while creating new sequence
Previous Message Dave Page 2018-02-21 17:34:24 pgAdmin 4 commit: Fix tablespace tests for Python 3.x. Fixes #3138