Fix import

This commit is contained in:
Nicolas Mowen 2023-05-23 07:49:58 -06:00 committed by GitHub
parent 04d8d40e54
commit ffaa19d862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ except ModuleNotFoundError as e:
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 Field
logger = logging.getLogger(__name__)