Skip to content

Commit df36d15

Browse files
committed
docstring formatting
1 parent 5d1e2ce commit df36d15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bioimageio/core/cli.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ def descr_id(self) -> str:
113113

114114

115115
class 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

122122
class 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

151151
class 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.

0 commit comments

Comments
 (0)