From ceb39e548dbf454d4122739c37029074648b2867 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sat, 15 Mar 2025 09:52:08 -0600 Subject: [PATCH] Formatting --- frigate/detectors/plugins/edgetpu_tfl.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frigate/detectors/plugins/edgetpu_tfl.py b/frigate/detectors/plugins/edgetpu_tfl.py index 39fc46543..246d2dd41 100644 --- a/frigate/detectors/plugins/edgetpu_tfl.py +++ b/frigate/detectors/plugins/edgetpu_tfl.py @@ -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."