PEP8 fixes for the tools module.

This commit is contained in:
Joao Pedro De Almeida Pereira
2018-02-23 11:57:44 +00:00
committed by Dave Page
parent 5a49fbd11f
commit 2332630af8
9 changed files with 650 additions and 535 deletions

View File

@@ -237,7 +237,6 @@ class DebuggerModule(PgAdminModule):
fields=shortcut_fields
)
def get_exposed_url_endpoints(self):
"""
Returns the list of URLs exposed to the client.
@@ -603,8 +602,6 @@ def direct_new(trans_id):
# We need client OS information to render correct Keyboard shortcuts
user_agent = UserAgent(request.headers.get('User-Agent'))
return render_template(
"debugger/direct.html",
_=gettext,