File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,14 +113,14 @@ def descr_id(self) -> str:
113113
114114
115115class ValidateFormatCmd (CmdBase , WithSource ):
116- """validate the meta data format of a bioimageio resource."""
116+ """Validate the meta data format of a bioimageio resource."""
117117
118118 def run (self ):
119119 sys .exit (validate_format (self .descr ))
120120
121121
122122class TestCmd (CmdBase , WithSource ):
123- """Test a bioimageio resource (beyond meta data formatting)"""
123+ """Test a bioimageio resource (beyond meta data formatting). """
124124
125125 weight_format : WeightFormatArgAll = "all"
126126 """The weight format to limit testing to.
@@ -149,7 +149,7 @@ def run(self):
149149
150150
151151class PackageCmd (CmdBase , WithSource ):
152- """save a resource's metadata with its associated files."""
152+ """Save a resource's metadata with its associated files."""
153153
154154 path : CliPositionalArg [Path ]
155155 """The path to write the (zipped) package to.
You can’t perform that action at this time.
0 commit comments