tidy(mm): minor formatting

This commit is contained in:
psychedelicious 2024-06-03 10:11:08 +10:00
parent 6cc6a45274
commit c58ac1e80d

View File

@ -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.