mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00
Clean up imports
Remove unused imports and some other completely unused code.
This commit is contained in:
@ -25,7 +25,7 @@ from pgweb.util.sitestruct import get_all_pages_struct
|
||||
from news.models import NewsArticle
|
||||
from events.models import Event
|
||||
from quotes.models import Quote
|
||||
from models import Version, ImportedRSSFeed, ImportedRSSItem
|
||||
from models import Version, ImportedRSSItem
|
||||
|
||||
# models needed for the pieces on the community page
|
||||
from survey.models import Survey
|
||||
|
Reference in New Issue
Block a user