mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-20 18:59:01 +03:00
Update imports
This commit is contained in:
+3
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user