mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed SonarQube issues with the tag unused. All the unused variables, assignments, code comments are fixed.
This commit is contained in:
committed by
Akshay Joshi
parent
a1fd9ea3ce
commit
d3b3d07f2e
@@ -242,7 +242,6 @@ def file_manager_config_js():
|
||||
@login_required
|
||||
def file_manager_config(trans_id):
|
||||
"""render the required json"""
|
||||
# trans_id = Filemanager.create_new_transaction()
|
||||
data = Filemanager.get_trasaction_selection(trans_id)
|
||||
pref = Preferences.module('file_manager')
|
||||
file_dialog_view = pref.preference('file_dialog_view').get()
|
||||
|
||||
Reference in New Issue
Block a user