chore: format

This commit is contained in:
Reto Aebersold 2024-01-18 08:33:08 +01:00
parent b6ac2ac4b3
commit 57f80ea109
1 changed files with 6 additions and 1 deletions

View File

@ -12,7 +12,12 @@ from django_ratelimit.exceptions import Ratelimited
from graphene_django.views import GraphQLView
from vbv_lernwelt.api.directory import list_entities
from vbv_lernwelt.api.user import get_cockpit_type, get_profile, me_user_view, post_avatar
from vbv_lernwelt.api.user import (
get_cockpit_type,
get_profile,
me_user_view,
post_avatar,
)
from vbv_lernwelt.assignment.views import request_assignment_completion_status
from vbv_lernwelt.core.middleware.auth import django_view_authentication_exempt
from vbv_lernwelt.core.schema import schema