services: Add locale to search params via args #1627
Annotations
4 errors
Tests / Tests (3.9, postgresql14, opensearch2):
invenio_records_resources/resources/records/args.py#L1
isort-check
"""Schemas for parameter parsing."""
+from flask_resources.parsers import MultiDictSchema
from invenio_i18n import get_locale
-
-from flask_resources.parsers import MultiDictSchema
from marshmallow import fields, post_load, validate
|
Tests / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
|
Tests / Tests (3.12, postgresql14, opensearch2):
invenio_records_resources/resources/records/args.py#L1
isort-check
"""Schemas for parameter parsing."""
+from flask_resources.parsers import MultiDictSchema
from invenio_i18n import get_locale
-
-from flask_resources.parsers import MultiDictSchema
from marshmallow import fields, post_load, validate
|
Tests / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.
|