Update import statement for Literal to use typing_extensions in mediapipe plugin

This commit is contained in:
Sergey Krashevich 2023-05-23 20:14:00 +03:00
parent d5ca4a785a
commit 2b2e80e374
No known key found for this signature in database
GPG Key ID: 625171324E7D3856

View File

@ -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