Skip to content

Commit

Permalink
naprawienie bledow formatowania kodu
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawe16 committed Dec 30, 2024
1 parent b52a8f7 commit b051e9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zapisy/apps/users/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def students_view(request, user_id: int = None, semester_id: Optional[int] = Non
messages.warning(request, "Student ukrył swój profil")
return redirect('students-list')


semester: Optional[Semester]
if semester_id is None:
semester = Semester.get_upcoming_semester()
Expand Down

0 comments on commit b051e9d

Please sign in to comment.