mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed 'Remove the unused function parameter' code smell.
This commit is contained in:
committed by
Akshay Joshi
parent
3b95a416ca
commit
d967d5046d
@@ -224,7 +224,7 @@ class DebuggerModule(PgAdminModule):
|
||||
'debugger.poll_end_execution_result', 'debugger.poll_result'
|
||||
]
|
||||
|
||||
def on_logout(self, user):
|
||||
def on_logout(self):
|
||||
"""
|
||||
This is a callback function when user logout from pgAdmin
|
||||
:param user:
|
||||
|
||||
Reference in New Issue
Block a user