delete unnecessary import
This commit is contained in:
parent
f4163fd017
commit
70e74fd619
1 changed files with 0 additions and 5 deletions
|
@ -1,5 +1,3 @@
|
||||||
from xmlrpc.client import boolean
|
|
||||||
from django.conf import settings
|
|
||||||
from django.db.models import Count, Max, Q
|
from django.db.models import Count, Max, Q
|
||||||
from django.http import Http404
|
from django.http import Http404
|
||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
|
@ -8,8 +6,6 @@ from django.utils.functional import lazy
|
||||||
from django.utils.translation import ugettext as _
|
from django.utils.translation import ugettext as _
|
||||||
from django.views.generic import ListView
|
from django.views.generic import ListView
|
||||||
|
|
||||||
from itertools import chain
|
|
||||||
|
|
||||||
from judge.comments import CommentedDetailView
|
from judge.comments import CommentedDetailView
|
||||||
from judge.models import (
|
from judge.models import (
|
||||||
BlogPost,
|
BlogPost,
|
||||||
|
@ -27,7 +23,6 @@ from judge.utils.diggpaginator import DiggPaginator
|
||||||
from judge.utils.problems import user_completed_ids
|
from judge.utils.problems import user_completed_ids
|
||||||
from judge.utils.tickets import filter_visible_tickets
|
from judge.utils.tickets import filter_visible_tickets
|
||||||
from judge.utils.views import TitleMixin
|
from judge.utils.views import TitleMixin
|
||||||
from judge.views import organization
|
|
||||||
|
|
||||||
|
|
||||||
# General view for all content list on home feed
|
# General view for all content list on home feed
|
||||||
|
|
Loading…
Reference in a new issue