Fix import

This commit is contained in:
Nicolas Mowen 2023-05-23 07:49:32 -06:00 committed by GitHub
parent 76f8face68
commit 84f5c8b10c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
try: