Skip to content

Commit 0bd9dba

Browse files
committed
Removed some unused imports.
- Legacy-Id: 14509
1 parent 5e0335b commit 0bd9dba

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ietf/nomcom/forms.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
from django.conf import settings
22
from django import forms
3-
from django.shortcuts import get_object_or_404
43
from django.urls import reverse
54
from django.utils.html import mark_safe
65
from django.forms.widgets import FileInput
76

87
from ietf.dbtemplate.forms import DBTemplateForm
9-
from ietf.group.models import Group
108
from ietf.name.models import FeedbackTypeName, NomineePositionStateName
119
from ietf.nomcom.models import ( NomCom, Nomination, Nominee, NomineePosition,
1210
Position, Feedback, ReminderDates, Topic )

0 commit comments

Comments
 (0)