Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
f-allian authored and github-actions[bot] committed Jan 10, 2025
1 parent 13fa248 commit 7456dbf
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 7456dbf

Please sign in to comment.