From c58ac1e80d14d23b9e00b0944830a7994c64bfaa Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:11:08 +1000 Subject: [PATCH] tidy(mm): minor formatting --- invokeai/app/services/model_install/model_install_base.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/invokeai/app/services/model_install/model_install_base.py b/invokeai/app/services/model_install/model_install_base.py index 76b77f0419..734f05d574 100644 --- a/invokeai/app/services/model_install/model_install_base.py +++ b/invokeai/app/services/model_install/model_install_base.py @@ -241,10 +241,7 @@ class ModelInstallServiceBase(ABC): """ @abstractmethod - def download_and_cache_model( - self, - source: str, - ) -> Path: + def download_and_cache_model(self, source: str) -> Path: """ Download the model file located at source to the models cache and return its Path.