[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
70ca96706a
commit
bba2b2bbe9
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue