From 30760654b7a3d7a394028fdf357d6f257def1fd5 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 15 Dec 2024 18:54:47 +0000 Subject: import order fixed by ruff --- core/views/auth.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/views/auth.py') diff --git a/core/views/auth.py b/core/views/auth.py index 59a6c50..966a100 100644 --- a/core/views/auth.py +++ b/core/views/auth.py @@ -1,8 +1,7 @@ from django.conf import settings -from django.contrib.auth import authenticate +from django.contrib.auth import authenticate, login, logout from django.contrib.auth import forms as auth_forms -from django.contrib.auth import login, logout from django.contrib.auth.decorators import login_required from django.http import HttpResponse, HttpResponseRedirect from django.shortcuts import redirect, render -- cgit v1.2.3