mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Update imports
This commit is contained in:
parent
869d9e7d28
commit
67244e5cba
@ -8,7 +8,9 @@ from peewee import (
|
||||
TextField,
|
||||
IntegerField,
|
||||
)
|
||||
from playhouse.sqlite_ext import *
|
||||
from playhouse.sqlite_ext import (
|
||||
JSONField
|
||||
)
|
||||
|
||||
|
||||
class Event(Model): # type: ignore[misc]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user