Skip to content

Commit

Permalink
run black again
Browse files Browse the repository at this point in the history
  • Loading branch information
palp committed Aug 4, 2023
1 parent 4e2236f commit 19fa4da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sgm/inference/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ def __init__(
# 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"
Expand Down

0 comments on commit 19fa4da

Please sign in to comment.