mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
fix typing
This commit is contained in:
parent
c9e320c313
commit
4cfc72dfb5
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user