remove unused import
This commit is contained in:
parent
c9be115166
commit
06ff53e73c
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue