diff --git a/api/libretimeapi/tests/models/test_schedule.py b/api/libretimeapi/tests/models/test_schedule.py index 1e166dfaa..8250b7cc9 100644 --- a/api/libretimeapi/tests/models/test_schedule.py +++ b/api/libretimeapi/tests/models/test_schedule.py @@ -1,7 +1,7 @@ from datetime import datetime, timedelta from django.test import SimpleTestCase -from libretimeapi.models import Schedule, Show, ShowInstance +from libretimeapi.models import Schedule, ShowInstance class TestSchedule(SimpleTestCase):