Skip to content

Commit

Permalink
fix: CI flake8 check failed
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-lei committed May 9, 2024
1 parent f9c5007 commit 2bfd7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/challenges/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -993,8 +993,8 @@ def challenge_phase_detail(request, challenge_pk, pk):
serializer = ChallengePhaseCreateSerializer(
challenge_phase, context={"request": request}
)

response_data = serializer.data

challenge_phase_split_qs = ChallengePhaseSplit.objects.filter(
challenge_phase__challenge__pk=challenge.pk
)
Expand Down

0 comments on commit 2bfd7a3

Please sign in to comment.