Skip to content

Commit 08ac3f0

Browse files
committed
Fix flake8 issues
1 parent 732a7d3 commit 08ac3f0

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

junction/profiles/admin.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

junction/proposals/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ class Meta:
276276
verbose_name = 'ProposalSectionReviewerVote'
277277

278278

279-
#FIXME: Need to move private, reviewer, vote to type
279+
# FIXME: Need to move private, reviewer, vote to type
280280
@python_2_unicode_compatible
281281
class ProposalComment(TimeAuditModel):
282282

junction/proposals/votes_views.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@
1010
ProposalUserVoteRole
1111
from junction.conferences.models import Conference
1212

13-
from . import permissions
14-
from . import utils
13+
from . import permissions, utils
1514
from .forms import ProposalReviewerVoteForm
1615
from .models import PSRVotePhase, Proposal, ProposalComment, \
17-
ProposalCommentVote, ProposalSectionReviewer, ProposalSectionReviewerVote, \
18-
ProposalSectionReviewerVoteValue, ProposalVote
16+
ProposalCommentVote, ProposalVote
1917

2018

2119
@login_required

0 commit comments

Comments
 (0)