Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maximized committed Jan 7, 2024
1 parent e0b0395 commit f83997a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ def partial_update(self, request, pk=None, **kwargs):
return Response(PuzzleSerializer(puzzle).data)

def create(self, request, **kwargs):
# This is run upon puzzle creation
puzzle = None
with transaction.atomic():
hunt = get_object_or_404(Hunt, pk=self.kwargs["hunt_id"])
Expand Down

0 comments on commit f83997a

Please sign in to comment.