From 065fa979f1c24839fc088114bc17397d34b25f45 Mon Sep 17 00:00:00 2001 From: alejandromumo Date: Tue, 26 Nov 2024 17:04:37 +0100 Subject: [PATCH] chore: fix isort --- site/zenodo_rdm/github/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/site/zenodo_rdm/github/release.py b/site/zenodo_rdm/github/release.py index 1a2a4e63..047f3344 100644 --- a/site/zenodo_rdm/github/release.py +++ b/site/zenodo_rdm/github/release.py @@ -12,6 +12,7 @@ from invenio_github.errors import CustomGitHubMetadataError from invenio_rdm_records.services.github.metadata import RDMReleaseMetadata from invenio_rdm_records.services.github.release import RDMGithubRelease + from zenodo_rdm.github.schemas import CitationMetadataSchema from zenodo_rdm.legacy.deserializers.schemas import LegacySchema