Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nruia-penn committed Feb 25, 2025
1 parent 03d0122 commit e55fb6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/plan/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,9 +630,9 @@ class BreakViewSet(AutoPrefetchViewSetMixin, viewsets.ModelViewSet):

def get_serializer_context(self):
context = super().get_serializer_context()
#include_location_str = "False"
# include_location_str = "False"
# TODO: figure out how we want to do locations.
#context.update({"include_location": eval(include_location_str)})
# context.update({"include_location": eval(include_location_str)})
return context

def update(self, request):
Expand Down

0 comments on commit e55fb6a

Please sign in to comment.