Thread: pgAdmin 4 commit: Fixed code smells having rule 'Nested blocks of code

pgAdmin 4 commit: Fixed code smells having rule 'Nested blocks of code

From
Akshay Joshi
Date:
Fixed code smells having rule 'Nested blocks of code should not be left empty'.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c7a16a4bd58d2dfb0257e5433031a2138c588e39
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
tools/update_selenoid_browsers.py                  |  3 +--
.../servers/databases/schemas/tables/utils.py      |  3 ---
web/pgadmin/misc/themes/__init__.py                |  4 +---
web/pgadmin/tools/backup/__init__.py               | 27 +++++++++++-----------
web/pgadmin/tools/import_export/__init__.py        |  2 +-
web/pgadmin/tools/schema_diff/directory_compare.py |  2 +-
web/pgadmin/utils/csv.py                           | 16 +++++--------
web/pgadmin/utils/session.py                       |  2 +-
web/regression/feature_utils/base_feature_test.py  |  4 +---
9 files changed, 25 insertions(+), 38 deletions(-)