summaryrefslogtreecommitdiff
path: root/program/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'program/forms.py')
-rw-r--r--program/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/forms.py b/program/forms.py
index 9bfb7ad..97e5326 100644
--- a/program/forms.py
+++ b/program/forms.py
@@ -1,5 +1,5 @@
-from django.forms import ModelForm, ValidationError
from django.core.files.images import get_image_dimensions
+from django.forms import ModelForm, ValidationError
from program.models import MusicFocus, ShowInformation, ShowTopic