mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed SonarQube code smell Replace the unused local variable with '_'.
This commit is contained in:
@@ -282,7 +282,7 @@ def save_pref(data):
|
||||
and data['value'].isspace():
|
||||
data['value'] = ''
|
||||
|
||||
res, msg = Preferences.save_cli(
|
||||
res, _ = Preferences.save_cli(
|
||||
data['mid'], data['category_id'], data['id'], data['user_id'],
|
||||
data['value'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user