Skip to content

Commit 1163829

Browse files
author
Michael Lee
committed
Delete importing ModelChoiceFiled from mailinglist/forms.py. It is being used as forms.ModelChoiceField in the code, so importing it separately is not needed.
- Legacy-Id: 960
1 parent 2ee10f7 commit 1163829

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/mailinglists/forms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Copyright The IETF Trust 2007, All Rights Reserved
22

33
from django import newforms as forms
4-
from django.newforms.models import ModelChoiceField
54
from models import NonWgMailingList, ImportedMailingList
65
from ietf.idtracker.models import PersonOrOrgInfo, IETFWG
76
import re

0 commit comments

Comments
 (0)