Skip to content

Commit 6a248ca

Browse files
committed
remove default for source: CliPositionalArg
1 parent e2596d1 commit 6a248ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioimageio/core/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def log(self, descr: Union[ResourceDescr, InvalidDescr]):
121121

122122

123123
class WithSource(ArgMixin):
124-
source: CliPositionalArg[str] = "."
124+
source: CliPositionalArg[str]
125125
"""Url/path to a (folder with a) bioimageio.yaml/rdf.yaml file
126126
or a bioimage.io resource identifier, e.g. 'affable-shark'"""
127127

0 commit comments

Comments
 (0)