Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonejt committed Jun 25, 2024
1 parent 0f74e38 commit 3c98abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psychopass/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def get(self, request: Request) -> Response:
return Response(
UserPsychoPassSerializer(psycho_pass).data, status=status.HTTP_200_OK
)

def head(self, request: Request) -> Response:
set_user(
{
Expand Down

0 comments on commit 3c98abc

Please sign in to comment.