This commit is contained in:
jo 2021-09-19 22:39:10 +02:00
parent f84e40dc06
commit fc02f8cafb
1 changed files with 1 additions and 1 deletions

View File

@ -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):