fix ruff check

This commit is contained in:
Lincoln Stein 2023-12-04 21:14:02 -05:00
parent fed2bf6dab
commit 7c9f48b84d

View File

@ -167,6 +167,7 @@ def test_background_install(installer: ModelInstallServiceBase, test_file: Path,
installer.prune_jobs() installer.prune_jobs()
assert not installer.get_job(source) assert not installer.get_job(source)
def test_delete_install(installer: ModelInstallServiceBase, test_file: Path, app_config: InvokeAIAppConfig): def test_delete_install(installer: ModelInstallServiceBase, test_file: Path, app_config: InvokeAIAppConfig):
store = installer.record_store store = installer.record_store
key = installer.install_path(test_file) key = installer.install_path(test_file)