mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 20:09:12 +01:00
fix: remove trailing whitespace for ruff format check
This commit is contained in:
parent
a7042a7c0b
commit
6f18ea8fde
@ -91,7 +91,7 @@ class Rknn(DetectionApi):
|
||||
|
||||
def parse_model_input(self, model_path, soc):
|
||||
model_props = {}
|
||||
|
||||
|
||||
# Map rk3588s to rk3588 for model compatibility
|
||||
model_soc = "rk3588" if soc == "rk3588s" else soc
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user