mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +03:00
fix mypy
This commit is contained in:
parent
7066688bfb
commit
f3a8eef312
@ -343,7 +343,7 @@ class FrigateApp:
|
||||
migrate_db.close()
|
||||
|
||||
def init_embeddings(self) -> None:
|
||||
self.embeddings: Embeddings = None
|
||||
self.embeddings = None
|
||||
try:
|
||||
self.embeddings = Embeddings(self.config)
|
||||
except ValueError:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user