From a343470f90595ebb4b2bbd7b94b89f872d599bdb Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Tue, 2 Dec 2025 15:01:31 +0100 Subject: [PATCH] Remove comment Co-authored-by: Nicolas Mowen --- frigate/detectors/plugins/edgetpu_tfl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/detectors/plugins/edgetpu_tfl.py b/frigate/detectors/plugins/edgetpu_tfl.py index d95f8e4ee..5523b3c4f 100644 --- a/frigate/detectors/plugins/edgetpu_tfl.py +++ b/frigate/detectors/plugins/edgetpu_tfl.py @@ -24,7 +24,6 @@ DETECTOR_KEY = "edgetpu" class EdgeTpuDetectorConfig(BaseDetectorConfig): type: Literal[DETECTOR_KEY] device: str = Field(default=None, title="Device Type") - # model_type inherited from BaseDetectorConfig, but can override default class EdgeTpuTfl(DetectionApi):