mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Update Python and JS modules. Fixes #3154
This commit is contained in:
committed by
Dave Page
parent
fc886cf8bb
commit
be055ce57d
@@ -10,7 +10,7 @@
|
||||
"""A blueprint module implementing the dashboard frame."""
|
||||
from functools import wraps
|
||||
from flask import render_template, url_for, Response, g
|
||||
from flask_babel import gettext
|
||||
from flask_babelex import gettext
|
||||
from flask_security import login_required
|
||||
from pgadmin.utils import PgAdminModule
|
||||
from pgadmin.utils.ajax import make_response as ajax_response,\
|
||||
|
||||
Reference in New Issue
Block a user