mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Update import statement for Literal to use typing_extensions in mediapipe plugin
This commit is contained in:
parent
d5ca4a785a
commit
2b2e80e374
@ -3,7 +3,7 @@ import numpy as np
|
||||
|
||||
from frigate.detectors.detection_api import DetectionApi
|
||||
from frigate.detectors.detector_config import BaseDetectorConfig
|
||||
from typing import Literal
|
||||
from typing_extensions import Literal
|
||||
from pydantic import Extra, Field
|
||||
|
||||
import numpy as np
|
||||
|
||||
Loading…
Reference in New Issue
Block a user