pgAdmin 4 commit: Fixed code smell 'Unused local variables should be re - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed code smell 'Unused local variables should be re
Date
Msg-id E1jyrT1-0005Ao-7R@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed code smell 'Unused local variables should be removed'.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dd27e08a98c1564431d5464bc52687935b897474
Author: Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>

Modified Files
--------------
tools/copyright_updater.py                                         | 2 +-
tools/dependency_inventory.py                                      | 2 +-
tools/get_chromedriver.py                                          | 4 ++--
web/pgadmin/browser/__init__.py                                    | 2 +-
web/pgadmin/browser/server_groups/servers/databases/__init__.py    | 1 -
web/pgadmin/browser/utils.py                                       | 2 +-
web/pgadmin/feature_tests/pg_utilities_backup_restore_test.py      | 2 +-
web/pgadmin/feature_tests/query_tool_tests.py                      | 2 +-
web/pgadmin/feature_tests/xss_checks_panels_and_query_tool_test.py | 2 +-
web/pgadmin/feature_tests/xss_checks_pgadmin_debugger_test.py      | 2 +-
web/pgadmin/utils/csv.py                                           | 2 +-
web/regression/feature_utils/app_starter.py                        | 2 +-
web/regression/feature_utils/pgadmin_page.py                       | 4 ++--
web/regression/python_test_utils/test_utils.py                     | 3 ++-
14 files changed, 16 insertions(+), 16 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin][RM3904] Replace charting library Flotr2 with ChartJS using React
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][SonarQube] Complete the implementation of empty methods