Skip to content

Commit

Permalink
fix: unnecessary todo
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Feb 15, 2024
1 parent 2b605d0 commit 931459c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion codeforlife/tests/model_view_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,6 @@ def login_teacher(self, email: str, password: str):
Returns:
The teacher-user.
"""
# TODO: set email=email in new
return self._login_user_type(
TeacherUser, email=email, password=password
)
Expand Down

0 comments on commit 931459c

Please sign in to comment.