From 47fdc857f9d5eead28ab5a400f290747485cb1c9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 19:36:42 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- studio/backend/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/studio/backend/main.py b/studio/backend/main.py index 482b31d689..e177767e8e 100644 --- a/studio/backend/main.py +++ b/studio/backend/main.py @@ -104,7 +104,7 @@ if sys.platform == "win32": _km = _re_bnb.search(r"rocm(\d+)", os.path.basename(p)) return int(_km.group(1)) if _km else -1 - for _dll in sorted(_dlls, key=_bnb_ver_key, reverse=True): + for _dll in sorted(_dlls, key = _bnb_ver_key, reverse = True): _m = _re_bnb.search( r"libbitsandbytes_rocm(\d+)\.dll", os.path.basename(_dll) )