forked from Github/frigate
type fixes
This commit is contained in:
@@ -5,11 +5,10 @@ from peewee import (
|
||||
DateTimeField,
|
||||
FloatField,
|
||||
BooleanField,
|
||||
JSONField,
|
||||
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