PEP8 fixes.

This commit is contained in:
Harshal Dhumal
2018-02-26 15:58:48 +00:00
committed by Dave Page
parent 51811a451d
commit 43d3e0ca64
5 changed files with 153 additions and 81 deletions

View File

@@ -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):