pgAdmin 4 commit: Fixed code smell 'Unused local variables should be re

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed code smell 'Unused local variables should be re
Date: 2020-07-24 06:46:03
Message-ID: E1jyrT1-0005Ao-7R@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mahajan(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-07-24 06:46:32 Re: [pgAdmin][SonarQube] Complete the implementation of empty methods
Previous Message Dave Page 2020-07-23 14:59:40 Re: [pgAdmin][RM3904] Replace charting library Flotr2 with ChartJS using React