mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 06:44:53 +03:00
fix type evaluation
This commit is contained in:
parent
2c3ae8face
commit
ce5e0d551d
@ -1,5 +1,7 @@
|
||||
"""Embeddings types."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from enum import Enum
|
||||
from multiprocessing.managers import DictProxy, SyncManager, ValueProxy
|
||||
from typing import Any
|
||||
|
||||
Loading…
Reference in New Issue
Block a user