mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
PEP8 fixes.
This commit is contained in:
committed by
Dave Page
parent
51811a451d
commit
43d3e0ca64
@@ -8,8 +8,6 @@
|
||||
##########################################################################
|
||||
|
||||
"""A blueprint module implementing the pgAdmin help system."""
|
||||
MODULE_NAME = 'help'
|
||||
|
||||
from flask import url_for
|
||||
from flask_babel import gettext
|
||||
from pgadmin.utils import PgAdminModule
|
||||
@@ -17,6 +15,8 @@ from pgadmin.utils.menu import MenuItem, Panel
|
||||
from pgadmin.utils.preferences import Preferences
|
||||
import config
|
||||
|
||||
MODULE_NAME = 'help'
|
||||
|
||||
|
||||
class HelpModule(PgAdminModule):
|
||||
def get_own_menuitems(self):
|
||||
|
||||
Reference in New Issue
Block a user