diff --git a/migrations/019_recordings_to_events.py b/migrations/019_recordings_to_events.py index 5fba92ffd7..6614d6d0a1 100644 --- a/migrations/019_recordings_to_events.py +++ b/migrations/019_recordings_to_events.py @@ -1,7 +1,6 @@ # migrations/019_recordings_to_events.py from peewee import CharField, CompositeKey, Model -from frigate.models import Recordings, Event def migrate(migrator, database, fake=False, **kwargs):