From c6eb3a3187e4a344f68906c396a863c3b10f9fb2 Mon Sep 17 00:00:00 2001 From: Arnaud-D <35631001+Arnaud-D@users.noreply.github.com> Date: Thu, 18 Jan 2024 20:46:46 +0100 Subject: [PATCH] Supprime des imports inutiles --- zds/tutorialv2/views/contents.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/zds/tutorialv2/views/contents.py b/zds/tutorialv2/views/contents.py index e01725b672..33da3f42dc 100644 --- a/zds/tutorialv2/views/contents.py +++ b/zds/tutorialv2/views/contents.py @@ -29,8 +29,6 @@ from zds.tutorialv2.models.database import PublishableContent, Validation from zds.tutorialv2.utils import init_new_repo from zds.tutorialv2.views.authors import RemoveAuthorFromContent -from zds.tutorialv2.views.goals import EditGoalsForm -from zds.tutorialv2.views.labels import EditLabelsForm from zds.utils.models import get_hat_from_settings from zds.mp.utils import send_mp, send_message_mp from zds.utils.uuslug_wrapper import slugify