Remove comment

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
Dan Brown
2025-12-02 15:01:31 +01:00
committed by GitHub
co-authored by Nicolas Mowen
parent d1aa07fcd1
commit a343470f90
-1
View File
@@ -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):