Skip to content

Commit

Permalink
schemas: remove deprecated flask-babelex
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Weber <31234355+rerowep@users.noreply.github.com>
  • Loading branch information
kpsherva and rerowep committed Nov 27, 2023
1 parent 62442b7 commit 998f80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_circulation/records/loaders/schemas/json.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import arrow
from flask import current_app
from flask_babelex import lazy_gettext as _
from invenio_i18n import lazy_gettext as _
from invenio_records_rest.schemas import RecordMetadataSchemaJSONV1
from invenio_records_rest.schemas.fields import PersistentIdentifier
from marshmallow import Schema, ValidationError, fields, post_load, validates
Expand Down

0 comments on commit 998f80a

Please sign in to comment.