Fix black linting

This commit is contained in:
wvffle 2022-09-25 15:02:21 +00:00 committed by Georg Krause
commit c0b2c8d41e
15 changed files with 92 additions and 79 deletions

View file

@ -86,7 +86,7 @@ class ApplicationViewSet(
qs = qs.filter(user=self.request.user)
return qs
@extend_schema(operation_id='refresh_oauth_token')
@extend_schema(operation_id="refresh_oauth_token")
@action(
detail=True,
methods=["post"],