mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 11:15:21 +03:00
Refactor migrations/019_recordings_to_events.py to remove unused imports
This commit is contained in:
parent
7adea8f3c9
commit
d7cce6855a
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user