fix: remove trailing whitespace for ruff format check

This commit is contained in:
Brian H 2026-02-01 18:15:04 +11:00
parent a7042a7c0b
commit 6f18ea8fde

View File

@ -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