[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-07-29 06:25:55 +00:00
commit bba2b2bbe9

View file

@ -1552,9 +1552,6 @@ def test_settings_open_reads_status_before_resolving_the_quant():
API-driven switch, for as long as the window has kept focus, and opens the
editor on the quant of whichever model that switch displaced."""
page = " ".join(_read("features/hub/hub-page.tsx").split())
assert (
"const refreshResidentModelStatus = useCallback((): Promise<void> => {"
in page
)
assert "const refreshResidentModelStatus = useCallback((): Promise<void> => {" in page
assert "const [res] = await Promise.all([ listGgufVariants(" in page
assert "refreshResidentModelStatus(), ]);" in page