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:
@@ -296,7 +296,7 @@ def start_process(data):
|
||||
|
||||
data['db'] = db
|
||||
|
||||
conn, manager = _get_connection(int(data['sid']), data)
|
||||
_, manager = _get_connection(int(data['sid']), data)
|
||||
psql_utility = manager.utility('sql')
|
||||
connection_data = get_connection_str(psql_utility, db,
|
||||
manager)
|
||||
|
||||
Reference in New Issue
Block a user