Skip to content
Snippets Groups Projects
Commit 0bb342b8 authored by permcu's avatar permcu
Browse files

Add missing Documentation import

parent a5448db8
No related branches found
No related tags found
1 merge request!356Add dialog for creation of long-term absences
...@@ -4,7 +4,7 @@ from datetime import datetime ...@@ -4,7 +4,7 @@ from datetime import datetime
from aleksis.apps.kolego.models import Absence from aleksis.apps.kolego.models import Absence
from .documentation import DocumentationType from .documentation import DocumentationType
from ..models import ParticipationStatus from ..models import Documentation, ParticipationStatus
class LessonsForPersonType(graphene.ObjectType): class LessonsForPersonType(graphene.ObjectType):
id = graphene.ID() # noqa 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