mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
Remove unused imports
This commit is contained in:
@ -1,10 +1,7 @@
|
||||
from django.http import HttpResponseRedirect, HttpResponse
|
||||
from django.conf import settings
|
||||
|
||||
# Use thread local storage to pass the username down.
|
||||
# http://code.djangoproject.com/wiki/CookBookThreadlocalsAndUser
|
||||
try:
|
||||
from threading import local, currentThread
|
||||
from threading import local
|
||||
except ImportError:
|
||||
from django.utils._threading_local import local
|
||||
|
||||
|
Reference in New Issue
Block a user