Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Sep 13, 2024
1 parent 8ac8b32 commit da5ca36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/common/model_serializer_test_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_request_user_class(cls) -> t.Type[AnyModel]:
Returns:
The model view set's class.
"""
return Contributor # type: ignore[return-value]
return Contributor # type: ignore[return-value]

@classmethod
def get_model_class(cls) -> t.Type[AnyModel]:
Expand Down

0 comments on commit da5ca36

Please sign in to comment.