Skip to content

Commit

Permalink
fix: update changed lom api
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Feb 12, 2024
1 parent de56c15 commit 8c056dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions invenio_global_search/serializers/lom/schema.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2023 Graz University of Technology.
# Copyright (C) 2023-2024 Graz University of Technology.
#
# invenio-global-search is free software; you can redistribute it and/or modify
# it under the terms of the MIT License; see LICENSE file for more details.

"""Global Search LOM schema."""

from invenio_records_lom.resources.serializers.schemas import (
from invenio_records_lom.resources.serializers.dublincore.schema import (
LOMToDublinCoreRecordSchema,
)

Expand Down

0 comments on commit 8c056dc

Please sign in to comment.