From 19fa4da3de76d705a49ba565125950da87ed225e Mon Sep 17 00:00:00 2001 From: Stephan Auerhahn Date: Fri, 4 Aug 2023 00:16:29 +0000 Subject: [PATCH] run black again --- sgm/inference/api.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sgm/inference/api.py b/sgm/inference/api.py index f81e790..285fe9e 100644 --- a/sgm/inference/api.py +++ b/sgm/inference/api.py @@ -188,7 +188,8 @@ class SamplingPipeline: # This supports development installs where configs is root level of the repo if config_path is None: config_path = ( - pathlib.Path(__file__).parent.parent.parent.resolve() / "configs/inference" + pathlib.Path(__file__).parent.parent.parent.resolve() + / "configs/inference" ) raise ValueError( f"Config {self.config} not found, check model spec or config_path"