Skip to content

Commit

Permalink
style: relint
Browse files Browse the repository at this point in the history
  • Loading branch information
Topology2333 committed Nov 17, 2023
1 parent 439e313 commit d7fbff9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hinghwa-dict-backend/article/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ def get(self, request, id) -> JsonResponse:
return JsonResponse({"comment": comment_all(comment), "me": me}, status=200)



class LikeComment(View):
# AT0406 给文章评论点赞
def post(self, request, id) -> JsonResponse:
Expand Down

0 comments on commit d7fbff9

Please sign in to comment.