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
parent d1aa07fcd1
commit a343470f90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,6 @@ DETECTOR_KEY = "edgetpu"
class EdgeTpuDetectorConfig(BaseDetectorConfig): class EdgeTpuDetectorConfig(BaseDetectorConfig):
type: Literal[DETECTOR_KEY] type: Literal[DETECTOR_KEY]
device: str = Field(default=None, title="Device Type") device: str = Field(default=None, title="Device Type")
# model_type inherited from BaseDetectorConfig, but can override default
class EdgeTpuTfl(DetectionApi): class EdgeTpuTfl(DetectionApi):