Skip to content

Commit

Permalink
Fixed F401 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Mar 20, 2015
1 parent ce30d53 commit 9dc11f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion machina/apps/forum_conversation/forum_polls/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# Third party imports
from django import forms
from django.core.exceptions import ValidationError
from django.forms.formsets import TOTAL_FORM_COUNT
from django.forms.models import BaseModelFormSet
from django.forms.models import modelformset_factory
from django.utils.translation import ugettext_lazy as _
Expand Down

0 comments on commit 9dc11f9

Please sign in to comment.