mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 19:25:22 +03:00
Reorder imports in 019_recordings_to_events.py
This commit is contained in:
parent
7adea8f3c9
commit
2cca58b8be
@ -1,7 +1,7 @@
|
|||||||
# 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
|
from frigate.models import Event, Recordings
|
||||||
|
|
||||||
|
|
||||||
def migrate(migrator, database, fake=False, **kwargs):
|
def migrate(migrator, database, fake=False, **kwargs):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user