Skip to content

Commit ba01def

Browse files
Update bioimageio/core/build_spec/build_model.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b98fd1b commit ba01def

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bioimageio/core/build_spec/build_model.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,7 @@ def _get_dependencies(dependencies, root):
255255
else:
256256
manager = "conda"
257257
path = dependencies
258-
return model_spec.raw_nodes.Dependencies(
259-
manager=manager, file=_process_uri(path, root)
260-
)
258+
return model_spec.raw_nodes.Dependencies(manager=manager, file=_process_uri(path, root))
261259

262260

263261
def build_model(

0 commit comments

Comments
 (0)