mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Code tidy.
This commit is contained in:
@@ -50,6 +50,7 @@ class RestoreModule(PgAdminModule):
|
||||
'when': None
|
||||
}]
|
||||
|
||||
|
||||
# Create blueprint for RestoreModule class
|
||||
blueprint = RestoreModule(
|
||||
MODULE_NAME, __name__, static_url_path=''
|
||||
@@ -57,7 +58,6 @@ blueprint = RestoreModule(
|
||||
|
||||
|
||||
class RestoreMessage(IProcessDesc):
|
||||
|
||||
def __init__(self, _sid, _bfile):
|
||||
self.sid = _sid
|
||||
self.bfile = _bfile
|
||||
@@ -322,6 +322,7 @@ def create_restore_job(sid):
|
||||
data={'job_id': jid, 'Success': 1}
|
||||
)
|
||||
|
||||
|
||||
"""
|
||||
TODO://
|
||||
Add browser tree
|
||||
|
||||
Reference in New Issue
Block a user