mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Optimise Python imports.
This commit is contained in:
@@ -10,13 +10,15 @@
|
||||
"""Browser helper utilities"""
|
||||
|
||||
from abc import abstractmethod
|
||||
|
||||
import flask
|
||||
from flask.views import View, MethodViewType, with_metaclass
|
||||
from flask.ext.babel import gettext
|
||||
from flask import render_template, current_app
|
||||
from config import PG_DEFAULT_DRIVER
|
||||
from flask.ext.babel import gettext
|
||||
from flask.views import View, MethodViewType, with_metaclass
|
||||
from pgadmin.utils.ajax import make_json_response, precondition_required
|
||||
|
||||
from config import PG_DEFAULT_DRIVER
|
||||
|
||||
|
||||
class PGChildModule(object):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user