Skip to content

Commit

Permalink
Delete importing ModelChoiceFiled from mailinglist/forms.py. It is be…
Browse files Browse the repository at this point in the history
…ing used as forms.ModelChoiceField in the code, so importing it separately is not needed.

 - Legacy-Id: 960
  • Loading branch information
Michael Lee committed Oct 26, 2007
1 parent 2ee10f7 commit 1163829
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ietf/mailinglists/forms.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright The IETF Trust 2007, All Rights Reserved

from django import newforms as forms
from django.newforms.models import ModelChoiceField
from models import NonWgMailingList, ImportedMailingList
from ietf.idtracker.models import PersonOrOrgInfo, IETFWG
import re
Expand Down

0 comments on commit 1163829

Please sign in to comment.