Skip to content

Commit

Permalink
global: replace deprecated flask_babelex
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Jan 17, 2024
1 parent 4430f89 commit 8c63ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cds_ils/importer/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from flask import Blueprint, url_for
from flask_admin.contrib.sqla import ModelView
from flask_babelex import gettext as _
from invenio_i18n import gettext as _
from markupsafe import Markup

from cds_ils.importer.models import ImporterImportLog, ImportRecordLog
Expand Down
2 changes: 1 addition & 1 deletion cds_ils/ldap/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from flask_admin.base import expose
from flask_admin.contrib.sqla import ModelView
from flask_admin.helpers import get_redirect_target
from flask_babelex import gettext as _
from invenio_i18n import gettext as _

from cds_ils.ldap.models import LdapSynchronizationLog
from cds_ils.ldap.tasks import synchronize_users_task
Expand Down

0 comments on commit 8c63ad7

Please sign in to comment.