summaryrefslogtreecommitdiff
path: root/program/forms.py
diff options
context:
space:
mode:
authorErnesto Rico Schmidt <ernesto@ontolabs.com>2020-09-09 22:11:28 (GMT)
committerErnesto Rico Schmidt <ernesto@ontolabs.com>2020-09-09 22:11:28 (GMT)
commit4947b756d7fae0a8f1fb108e198e15b600e12da0 (patch)
tree601bf17385a86dab25d97e85ba149058cec155cd /program/forms.py
parent45c7b5cd9b2c2d4c987372f391b6cc7d1922ae10 (diff)
Optimize imports. Format
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