From 6f46d15c05a81f2de3a0737460b4720d103b90b7 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Mon, 4 Dec 2023 20:09:41 -0500 Subject: [PATCH] Update invokeai/app/services/model_install/model_install_base.py Co-authored-by: Ryan Dick --- invokeai/app/services/model_install/model_install_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/app/services/model_install/model_install_base.py b/invokeai/app/services/model_install/model_install_base.py index 7f359772b3..b058e5c960 100644 --- a/invokeai/app/services/model_install/model_install_base.py +++ b/invokeai/app/services/model_install/model_install_base.py @@ -199,7 +199,7 @@ class ModelInstallServiceBase(ABC): """Remove model with indicated key from the database.""" @abstractmethod - def delete(self, key: str) -> None: # noqa D102 + def delete(self, key: str) -> None: """Remove model with indicated key from the database. Delete its files only if they are within our models directory.""" @abstractmethod