Cleanup
This commit is contained in:
parent
f84e40dc06
commit
fc02f8cafb
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue