chore: ruff

This commit is contained in:
psychedelicious 2024-03-01 10:23:51 +11:00
parent 813a086cfe
commit 3a2afe1d15

View File

@ -195,6 +195,7 @@ def test_delete_register(
with pytest.raises(UnknownModelException): with pytest.raises(UnknownModelException):
store.get_model(key) store.get_model(key)
@pytest.mark.timeout(timeout=20, method="thread") @pytest.mark.timeout(timeout=20, method="thread")
def test_simple_download(mm2_installer: ModelInstallServiceBase, mm2_app_config: InvokeAIAppConfig) -> None: def test_simple_download(mm2_installer: ModelInstallServiceBase, mm2_app_config: InvokeAIAppConfig) -> None:
source = URLModelSource(url=Url("https://www.test.foo/download/test_embedding.safetensors")) source = URLModelSource(url=Url("https://www.test.foo/download/test_embedding.safetensors"))