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