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
@@ -798,7 +798,6 @@ class PgadminPage:
|
||||
break
|
||||
except TimeoutException:
|
||||
retry -= 1
|
||||
pass
|
||||
|
||||
def toggle_open_server(self, tree_item_text):
|
||||
def check_for_password_dialog_or_tree_open(driver):
|
||||
|
||||
@@ -120,5 +120,5 @@ class TestClient(testing.FlaskClient):
|
||||
return res
|
||||
|
||||
def logout(self):
|
||||
res = self.get('/logout?next=/browser/', follow_redirects=False)
|
||||
self.get('/logout?next=/browser/', follow_redirects=False)
|
||||
self.csrf_token = None
|
||||
|
||||
Reference in New Issue
Block a user