Skip to content

Commit

Permalink
config: fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Nov 28, 2024
1 parent 53af16b commit f8b2c07
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,15 @@ from invenio_app_rdm.config import CELERY_BEAT_SCHEDULE as APP_RDM_CELERY_BEAT_S
from celery.schedules import crontab
from invenio_vocabularies.services.custom_fields import VocabularyCF
from invenio_records_resources.services.custom_fields import KeywordCF
from invenio_rdm_records.config import RDM_RECORDS_IDENTIFIERS_SCHEMES, always_valid, RDM_RECORDS_PERSONORG_SCHEMES
from invenio_rdm_records.config import (
RDM_RECORDS_IDENTIFIERS_SCHEMES, always_valid, RDM_RECORDS_PERSONORG_SCHEMES,
RDM_PERSISTENT_IDENTIFIERS, RDM_PARENT_PERSISTENT_IDENTIFIERS
)
from invenio_rdm_records.proxies import current_rdm_records_service as record_service
from invenio_rdm_records.config import (
RDM_PERSISTENT_IDENTIFIERS,
RDM_PARENT_PERSISTENT_IDENTIFIERS,
)
from invenio_preservation_sync.utils import preservation_info_render
from invenio_cern_sync.users.profile import CERNUserProfileSchema
from invenio_oauthclient.views.client import auto_redirect_login
Expand Down

0 comments on commit f8b2c07

Please sign in to comment.