Skip to content

Commit

Permalink
Merge pull request #36 from RSE-Sheffield/chore/python-formatting
Browse files Browse the repository at this point in the history
Changes by create-pull-request action
  • Loading branch information
f-allian authored Jan 10, 2025
2 parents 13fa248 + 7456dbf commit 63fe01d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions home/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
from django.contrib.auth import login
from django.contrib.auth.mixins import LoginRequiredMixin
from django.contrib.auth.models import User
from django.contrib.auth.views import (LoginView, LogoutView,
PasswordResetCompleteView,
PasswordResetConfirmView,
PasswordResetDoneView,
PasswordResetView)
from django.contrib.auth.views import (
LoginView,
LogoutView,
PasswordResetCompleteView,
PasswordResetConfirmView,
PasswordResetDoneView,
PasswordResetView,
)
from django.shortcuts import redirect, render
from django.urls import reverse_lazy
from django.views import View
Expand Down

0 comments on commit 63fe01d

Please sign in to comment.