summaryrefslogtreecommitdiff
path: root/program/views.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/views.py
parent45c7b5cd9b2c2d4c987372f391b6cc7d1922ae10 (diff)
Optimize imports. Format
Diffstat (limited to 'program/views.py')
-rw-r--r--program/views.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/program/views.py b/program/views.py
index f6fc7c7..0a4e0ad 100644
--- a/program/views.py
+++ b/program/views.py
@@ -8,9 +8,8 @@ from django.views.generic.base import TemplateView
from django.views.generic.detail import DetailView
from django.views.generic.list import ListView
-from models import BroadcastFormat, MusicFocus, Note, Show, ShowInformation, ShowTopic, TimeSlot, Host
-
from program.utils import tofirstdayinisoweek, get_cached_shows
+from .models import BroadcastFormat, MusicFocus, Note, Show, ShowInformation, ShowTopic, TimeSlot, Host
class HostListView(ListView):