Skip to content

Commit 6812b26

Browse files
authored
Update src/teams/views/shifts.py
1 parent 506b988 commit 6812b26

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/teams/views/shifts.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ class MemberSellsShift(LoginRequiredMixin, CampViewMixin, UpdateView):
407407
template_name = "team_shift_confirm_action.html"
408408
context_object_name = "shifts"
409409
active_menu = "shifts"
410-
"""View for making a shift available for others shift."""
411410

412411
def get_context_data(self, **kwargs) -> dict[str, object]:
413412
"""Method for setting the page context data."""

0 commit comments

Comments
 (0)