Skip to content

Commit

Permalink
fix: import from correct path
Browse files Browse the repository at this point in the history
`RecordItem`-import was added when we moved to ruff
(and type-annotated all the things as ruff requires type-annotations)
afaict, the previously used import-path never existed...
  • Loading branch information
martinobersteiner committed Oct 28, 2024
1 parent 8287d9d commit bf914fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_records_lom/oai.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from invenio_pidstore.errors import PIDDoesNotExistError
from invenio_pidstore.models import PersistentIdentifier
from invenio_records_resources.services.errors import PermissionDeniedError
from invenio_records_resources.services.result import RecordItem
from invenio_records_resources.services.records.results import RecordItem

from .proxies import current_records_lom
from .resources.serializers import LOMToOAIXMLSerializer
Expand Down

0 comments on commit bf914fd

Please sign in to comment.