From 15ebb683b73a5f08a36e7d5fd989c0790a48bc20 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 26 Jun 2025 11:48:31 +0200 Subject: [PATCH] fix import --- teleforma/views/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/views/core.py b/teleforma/views/core.py index 4edad94a..cfb68b3a 100644 --- a/teleforma/views/core.py +++ b/teleforma/views/core.py @@ -66,7 +66,7 @@ from rest_framework.permissions import IsAuthenticated from rest_framework.response import Response from rest_framework.views import APIView -from teleforma.models.crfpa import Home, Student, Training +from teleforma.models.crfpa import Home, Student, Training, Corrector from teleforma.models.notification import Notification, notify from teleforma.utils import guess_mimetypes from ..decorators import access_required -- 2.39.5