diff options
author | 2020-10-06 22:02:08 +0200 | |
---|---|---|
committer | 2020-10-06 22:02:08 +0200 | |
commit | a188ab8ebfa9299addb7fd0effce2de7a0509645 (patch) | |
tree | c0867ed10773e4db421f22d63c85ce4f201864c8 | |
parent | Added metricity db connection and user bot API (diff) |
Fix minor style issue.
-rw-r--r-- | pydis_site/apps/api/viewsets/bot/user.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pydis_site/apps/api/viewsets/bot/user.py b/pydis_site/apps/api/viewsets/bot/user.py index 0eeacbb3..059bc0f0 100644 --- a/pydis_site/apps/api/viewsets/bot/user.py +++ b/pydis_site/apps/api/viewsets/bot/user.py @@ -145,8 +145,6 @@ class UserViewSet(BulkCreateModelMixin, ModelViewSet): #### Status codes - 204: returned on success - 404: if a user with the given `snowflake` does not exist - - """ serializer_class = UserSerializer |