Skip to content

Commit

Permalink
ran black
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustaballer committed Oct 17, 2024
1 parent dc15c0f commit 049e55a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion hackathon_site/registration/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ def clean_team_code(self):

return team_code


class SignInForm(forms.Form):
email = forms.EmailField()

Expand Down Expand Up @@ -414,4 +415,4 @@ def clean_email(self):
except Exception as e:
raise e

return email
return email
2 changes: 1 addition & 1 deletion hackathon_site/registration/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,4 +277,4 @@ def get(self, request, *args, **kwargs):
if not team.profiles.exists():
team.delete()

return redirect(reverse_lazy("event:dashboard"))
return redirect(reverse_lazy("event:dashboard"))

0 comments on commit 049e55a

Please sign in to comment.