Refactor migrations/019_recordings_to_events.py to remove unused imports

This commit is contained in:
Sergey Krashevich 2023-08-11 22:26:29 +03:00
parent 7adea8f3c9
commit d7cce6855a
No known key found for this signature in database
GPG Key ID: 625171324E7D3856

View File

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