Skip to content

Commit

Permalink
fix: Fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
monotasker committed Nov 26, 2024
1 parent 3b25eec commit 24138f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_record_importer_kcworks/record_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from flask import current_app as app
from invenio_access.permissions import system_identity
from invenio_rdm_records.proxies import (
current_records_service as records_service,
current_rdm_records_service as records_service,
)
from invenio_record_importer_kcworks.errors import (
SkipRecord,
Expand Down

0 comments on commit 24138f6

Please sign in to comment.