mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 19:25:22 +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
|
# migrations/019_recordings_to_events.py
|
||||||
from peewee import CharField, CompositeKey, Model
|
from peewee import CharField, CompositeKey, Model
|
||||||
|
|
||||||
from frigate.models import Recordings, Event
|
|
||||||
|
|
||||||
|
|
||||||
def migrate(migrator, database, fake=False, **kwargs):
|
def migrate(migrator, database, fake=False, **kwargs):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user