Skip to content

Commit 2ee10f7

Browse files
author
Michael Lee
committed
Delete unused imports, QuerySetIterator and Field from mailinglists/forms.py
- Legacy-Id: 959
1 parent b047074 commit 2ee10f7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ietf/mailinglists/forms.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Copyright The IETF Trust 2007, All Rights Reserved
22

33
from django import newforms as forms
4-
from django.newforms.models import QuerySetIterator, ModelChoiceField
5-
from django.newforms.fields import Field
4+
from django.newforms.models import ModelChoiceField
65
from models import NonWgMailingList, ImportedMailingList
76
from ietf.idtracker.models import PersonOrOrgInfo, IETFWG
87
import re

0 commit comments

Comments
 (0)