remove unused import

This commit is contained in:
James Tauber 2012-08-31 01:12:15 -04:00
parent c9be115166
commit 06ff53e73c

View file

@ -1,6 +1,6 @@
from django import forms from django import forms
from symposion.schedule.models import Slot, Presentation from symposion.schedule.models import Presentation
class SlotEditForm(forms.Form): class SlotEditForm(forms.Form):