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

Add missing Documentation import

parent 46215681
No related branches found
No related tags found
1 merge request!361Resolve "Add statistics page for 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