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
67244e5cba
commit
0c805fd58b
@ -8,9 +8,7 @@ from peewee import (
|
||||
TextField,
|
||||
IntegerField,
|
||||
)
|
||||
from playhouse.sqlite_ext import (
|
||||
JSONField
|
||||
)
|
||||
from playhouse.sqlite_ext import JSONField
|
||||
|
||||
|
||||
class Event(Model): # type: ignore[misc]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user