Fix black linting
This commit is contained in:
parent
7b0cffba6a
commit
c0b2c8d41e
15 changed files with 92 additions and 79 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue