fix typing

This commit is contained in:
Josh Hawkins 2025-07-02 19:15:03 -05:00
parent c9e320c313
commit 4cfc72dfb5

View File

@ -136,7 +136,7 @@ class User(Model): # type: ignore[misc]
notification_tokens = JSONField()
class Trigger(Model):
class Trigger(Model): # type: ignore[misc]
camera = CharField(max_length=20)
name = CharField()
type = CharField(max_length=10)