pgAdmin 4 commit: Fixed 'Remove the unused function parameter' code sme - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed 'Remove the unused function parameter' code sme
Date
Msg-id E1oWwF7-00013k-DY@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed 'Remove the unused function parameter' code smell.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d967d5046dd3e334d6694c627aac068bed1108c9
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
web/pgadmin/__init__.py                            |  6 +-
.../databases/schemas/aggregates/__init__.py       |  1 -
.../databases/schemas/collations/__init__.py       |  1 -
.../servers/databases/schemas/domains/__init__.py  |  1 -
.../databases/schemas/foreign_tables/__init__.py   |  1 -
.../databases/schemas/operators/__init__.py        |  1 -
.../schemas/tables/compound_triggers/__init__.py   |  1 -
.../databases/schemas/tables/indexes/__init__.py   |  2 -
.../tables/row_security_policies/__init__.py       |  1 -
.../databases/schemas/tables/rules/__init__.py     |  1 -
.../databases/schemas/tables/triggers/__init__.py  |  1 -
.../servers/databases/schemas/tables/utils.py      |  8 +--
web/pgadmin/browser/server_groups/servers/types.py |  2 +-
web/pgadmin/browser/server_groups/servers/utils.py | 17 -----
web/pgadmin/misc/bgprocess/process_executor.py     |  8 +--
web/pgadmin/misc/bgprocess/processes.py            |  1 -
web/pgadmin/misc/file_manager/__init__.py          | 72 +++++-----------------
web/pgadmin/tools/debugger/__init__.py             |  2 +-
web/pgadmin/tools/erd/tests/test_sql.py            |  2 +-
.../schema_diff/tests/test_schema_diff_comp.py     |  3 +-
web/pgadmin/tools/sqleditor/__init__.py            |  2 +-
.../sqleditor/utils/apply_explain_plan_wrapper.py  |  1 -
web/pgadmin/utils/compile_template_name.py         |  6 +-
web/pgadmin/utils/driver/psycopg2/connection.py    | 18 ++++--
web/pgadmin/utils/paths.py                         |  2 +-
.../utils/tests/test_compile_template_name.py      |  2 +-
web/pgadmin/utils/versioned_template_loader.py     |  5 +-
.../feature_tests/view_data_dml_queries.py         | 12 ++--
.../python_test_utils/sql_template_test_base.py    |  2 +-
web/regression/re_sql/tests/test_resql.py          |  6 +-
30 files changed, 57 insertions(+), 131 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][patch] Sonarqube bug fixes
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch]: Remove Backgrid & Backform