Formatting

This commit is contained in:
Nicolas Mowen 2025-09-09 16:36:23 -06:00
parent 240f998121
commit 54b20f4ba9

View File

@ -82,7 +82,7 @@ class ZmqIpcDetector(DetectionApi):
header: dict[str, Any] = {
"shape": list(tensor_input.shape),
"dtype": str(tensor_input.dtype.name),
"model_type": str(self.detector_config.model.model_type.name)
"model_type": str(self.detector_config.model.model_type.name),
}
return json.dumps(header).encode("utf-8")