mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed SonarQube issues
This commit is contained in:
@@ -561,7 +561,6 @@ def sql(trans_id, sgid, sid, did):
|
||||
@login_required
|
||||
def tables(trans_id, sgid, sid, did):
|
||||
helper = ERDHelper(trans_id, sid, did)
|
||||
conn = _get_connection(sid, did, trans_id)
|
||||
status, tables = helper.get_all_tables()
|
||||
|
||||
if not status:
|
||||
|
||||
Reference in New Issue
Block a user