Skip to content

Commit

Permalink
Reorder imports in 019_recordings_to_events.py
Browse files Browse the repository at this point in the history
  • Loading branch information
skrashevich committed Aug 11, 2023
1 parent 7adea8f commit 2cca58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/019_recordings_to_events.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# migrations/019_recordings_to_events.py
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):
Expand Down

0 comments on commit 2cca58b

Please sign in to comment.