From 9fe27026224d6c48547218dc9c67c51d38315e1d Mon Sep 17 00:00:00 2001 From: MarcA711 <40744649+MarcA711@users.noreply.github.com> Date: Mon, 27 Nov 2023 17:17:53 +0000 Subject: [PATCH] fix formatting --- frigate/detectors/plugins/rknn.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/detectors/plugins/rknn.py b/frigate/detectors/plugins/rknn.py index d9dc6a4a7..01c58b94d 100644 --- a/frigate/detectors/plugins/rknn.py +++ b/frigate/detectors/plugins/rknn.py @@ -42,7 +42,6 @@ class Rknn(DetectionApi): type_key = DETECTOR_KEY def __init__(self, config: RknnDetectorConfig): - # create symlink for Home Assistant add on if not os.path.isfile("/proc/device-tree/compatible"): if os.path.isfile("/device-tree/compatible"):