mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-29 11:59:36 +00:00
Remove unused imports
This commit is contained in:
@ -1,7 +1,4 @@
|
||||
from django.shortcuts import get_object_or_404
|
||||
from django.http import HttpResponse, HttpResponseForbidden
|
||||
from django.views.decorators.csrf import csrf_exempt
|
||||
from django.conf import settings
|
||||
from django.http import HttpResponse
|
||||
|
||||
import json
|
||||
|
||||
|
Reference in New Issue
Block a user