Skip to content

Commit 819088a

Browse files
committed
config: remove VCS_RELEASE_CLASS
* We are making Invenio-VCS optional and therefore we cannot reference a class that would crash the application if Invenio-VCS is not present.
1 parent 230473e commit 819088a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

invenio_app_rdm/config.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
from invenio_rdm_records.services.permissions import RDMRequestsPermissionPolicy
8484
from invenio_rdm_records.services.stats import permissions_policy_lookup_factory
8585
from invenio_rdm_records.services.tasks import StatsRDMReindexTask
86-
from invenio_rdm_records.services.vcs.release import RDMVCSRelease
8786
from invenio_records_resources.references.entity_resolvers import ServiceResultResolver
8887
from invenio_requests.notifications.builders import (
8988
CommentRequestEventCreateNotificationBuilder,
@@ -1480,13 +1479,6 @@ def github_link_render(record):
14801479
}
14811480

14821481

1483-
# Invenio-VCS
1484-
# =================
1485-
#
1486-
VCS_RELEASE_CLASS = RDMVCSRelease
1487-
"""Default RDM release class."""
1488-
1489-
14901482
# Flask-Menu
14911483
# ==========
14921484
#

0 commit comments

Comments
 (0)