From 0e3a5f17adf45492ac71384817fbd092b09f04fd Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sat, 16 May 2026 14:03:11 +0000 Subject: [PATCH] Studio: drop redundant issue refs from inheritance comments --- studio/backend/tests/test_gguf_reload_inheritance.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/studio/backend/tests/test_gguf_reload_inheritance.py b/studio/backend/tests/test_gguf_reload_inheritance.py index d061181fb7..aaa470decc 100644 --- a/studio/backend/tests/test_gguf_reload_inheritance.py +++ b/studio/backend/tests/test_gguf_reload_inheritance.py @@ -7,8 +7,7 @@ short-circuit that prevents a serialised duplicate /load from killing the just-spawned llama-server. These tests pin the local-file identity, the HF-mode hf_variant fallback, and the ``extra_args`` -None-vs-[] inherit semantics so the guard cannot silently regress -(#5401). +None-vs-[] inherit semantics so the guard cannot silently regress. """ from __future__ import annotations