Skip to content
Snippets Groups Projects
Commit 27186425 authored by permcu's avatar permcu Committed by Julian
Browse files

Add missing Documentation import

parent 72dc2ff3
No related branches found
No related tags found
1 merge request!360Resolve "Add absence management to course book student dialog"
......@@ -4,7 +4,7 @@ from datetime import datetime
from aleksis.apps.kolego.models import Absence
from .documentation import DocumentationType
from ..models import ParticipationStatus
from ..models import Documentation, ParticipationStatus
class LessonsForPersonType(graphene.ObjectType):
id = graphene.ID() # noqa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment