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."