diff --git a/frigate/models.py b/frigate/models.py index f809d0aa0..c6a9da336 100644 --- a/frigate/models.py +++ b/frigate/models.py @@ -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]