Fixed SonarQube code smell Replace the unused local variable with '_'.

This commit is contained in:
Akshay Joshi
2024-01-24 18:33:43 +05:30
parent 47aa070cc3
commit 0e0cbc40b8
76 changed files with 4983 additions and 4998 deletions

View File

@@ -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)