mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-10 00:42:06 +00:00
Clean up imports
Remove unused imports and some other completely unused code.
This commit is contained in:
@ -1,7 +1,4 @@
|
||||
from django.contrib import admin
|
||||
from django import forms
|
||||
from django.db import connection
|
||||
from django.http import HttpResponseRedirect, HttpResponse
|
||||
|
||||
from pgweb.core.models import *
|
||||
|
||||
|
Reference in New Issue
Block a user