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:
@@ -14,14 +14,15 @@ from pgadmin.utils import PgAdminModule
|
||||
|
||||
MODULE_NAME = 'sql'
|
||||
|
||||
class SQLModule(PgAdminModule):
|
||||
|
||||
class SQLModule(PgAdminModule):
|
||||
def get_own_javascripts(self):
|
||||
return [{
|
||||
'name': 'pgadmin.browser.object_sql',
|
||||
'path': url_for('sql.static', filename='js/sql'),
|
||||
'when': None
|
||||
}]
|
||||
}]
|
||||
|
||||
|
||||
# Initialise the module
|
||||
blueprint = SQLModule(MODULE_NAME, __name__, url_prefix='/misc/sql')
|
||||
|
||||
Reference in New Issue
Block a user