mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Resolved a regess of the previous commit, which introduced during
previous commit: 39d432ca2c
.
[Thanks Neel Patel for pointing this out..]
This commit is contained in:
parent
39d432ca2c
commit
a6466c091c
@ -16,7 +16,7 @@ from flask.ext.security import Security, SQLAlchemyUserDatastore
|
|||||||
from flask_security.utils import login_user
|
from flask_security.utils import login_user
|
||||||
from flask_mail import Mail
|
from flask_mail import Mail
|
||||||
from htmlmin.minify import html_minify
|
from htmlmin.minify import html_minify
|
||||||
from pgadmin.model import db, Role, User, Version
|
from pgadmin.settings.settings_model import db, Role, User, Version
|
||||||
from importlib import import_module
|
from importlib import import_module
|
||||||
from werkzeug.local import LocalProxy
|
from werkzeug.local import LocalProxy
|
||||||
from pgadmin.utils import PgAdminModule, driver
|
from pgadmin.utils import PgAdminModule, driver
|
||||||
|
Loading…
Reference in New Issue
Block a user