mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
PEP8 fixes.
This commit is contained in:
committed by
Dave Page
parent
cca6504d54
commit
a4124c2496
@@ -8,7 +8,6 @@
|
||||
##########################################################################
|
||||
|
||||
"""A blueprint module implementing the about box."""
|
||||
MODULE_NAME = 'about'
|
||||
|
||||
import sys
|
||||
from flask import Response, render_template, __version__, url_for
|
||||
@@ -18,6 +17,8 @@ from pgadmin.utils import PgAdminModule
|
||||
from pgadmin.utils.menu import MenuItem
|
||||
import config
|
||||
|
||||
MODULE_NAME = 'about'
|
||||
|
||||
|
||||
class AboutModule(PgAdminModule):
|
||||
def get_own_menuitems(self):
|
||||
|
||||
Reference in New Issue
Block a user