Skip to content

Commit b203827

Browse files
committed
Corrected an import bug.
- Legacy-Id: 7489
1 parent ef0c420 commit b203827

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ietf/secr/telechat/views.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
from ietf.person.models import Person
1212
from ietf.doc.lastcall import request_last_call
1313
from ietf.doc.mails import email_ad, email_state_changed
14-
from ietf.iesg.models import TelechatDate, TelechatAgendaItem
14+
from ietf.iesg.models import TelechatDate, TelechatAgendaItem, Telechat
1515
from ietf.iesg.agenda import agenda_data, get_doc_section
16-
from ietf.secr.telechat.forms import BallotForm, ChangeStateForm, DateSelectForm, TELECHAT_TAGS, Telechat
16+
from ietf.secr.telechat.forms import BallotForm, ChangeStateForm, DateSelectForm, TELECHAT_TAGS
17+
1718

1819

1920
'''

0 commit comments

Comments
 (0)