mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-04 02:51:34 +00:00
PEP fix
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from django.contrib.auth.middleware import PersistentRemoteUserMiddleware
|
from django.contrib.auth.middleware import PersistentRemoteUserMiddleware
|
||||||
from django.http import HttpResponse
|
from django.http import HttpResponse
|
||||||
from django.shortcuts import HttpResponseRedirect
|
|
||||||
from django.shortcuts import redirect
|
from django.shortcuts import redirect
|
||||||
from django.urls import reverse_lazy, Resolver404
|
from django.urls import reverse_lazy, Resolver404
|
||||||
from django.urls import include, re_path
|
from django.urls import include, re_path
|
||||||
|
Reference in New Issue
Block a user