Formatting

This commit is contained in:
Nicolas Mowen 2025-03-15 09:52:08 -06:00
parent 9ae0ddd0b8
commit ceb39e548d

View File

@ -49,7 +49,9 @@ class EdgeTpuTfl(DetectionApi):
_, ext = os.path.splitext(detector_config.model.path)
if ext and ext != ".tflite":
logger.error("Incorrect model used with EdgeTPU. Only .tflite models can be used with a Coral EdgeTPU.")
logger.error(
"Incorrect model used with EdgeTPU. Only .tflite models can be used with a Coral EdgeTPU."
)
else:
logger.error(
"No EdgeTPU was detected. If you do not have a Coral device yet, you must configure CPU detectors."