run black again

This commit is contained in:
Stephan Auerhahn
2023-08-04 00:16:29 +00:00
parent 4e2236f67d
commit 19fa4da3de

View File

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