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

Add missing Documentation import

parent 134575c2
No related branches found
No related tags found
1 merge request!362Resolve "Add personal note management dialog in course book"
...@@ -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