]> git.parisson.com Git - teleforma.git/commitdiff
fix import
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Thu, 26 Jun 2025 09:48:31 +0000 (11:48 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Thu, 26 Jun 2025 09:48:31 +0000 (11:48 +0200)
teleforma/views/core.py

index 4edad94a6132b4575fcf693082d54c247a4f76a9..cfb68b3a0c64d578c2d6c074170541e8ae712e6e 100644 (file)
@@ -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