Skip to content

Commit

Permalink
fix(build): Fixed import names
Browse files Browse the repository at this point in the history
  • Loading branch information
monotasker committed Sep 25, 2024
1 parent 3552ad1 commit b5bfe91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions invenio_record_importer_kcworks/services/communities.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
from invenio_access.permissions import system_identity
from invenio_communities.proxies import current_communities
from invenio_drafts_resources.services.records.uow import ParentRecordCommitOp
from invenio_group_collections.errors import (
from invenio_group_collections_kcworks.errors import (
CollectionNotFoundError,
CommonsGroupNotFoundError,
)
from invenio_group_collections.proxies import (
from invenio_group_collections_kcworks.proxies import (
current_group_collections_service as collections_service,
)
from invenio_pidstore.errors import PIDUnregistered
Expand Down

0 comments on commit b5bfe91

Please sign in to comment.