Skip to content

Commit

Permalink
Minor: ignore docstring for subcommand_type_from_defaults()
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Sep 8, 2022
1 parent a24b209 commit acf19dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dcargs/extras/_base_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def train(
subcommand(
k,
default=v,
description=descriptions.get(k),
description=descriptions.get(k, ""),
prefix_name=prefix_names,
),
)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dcargs"
version = "0.3.0"
version = "0.3.1"
description = "Strongly typed, zero-effort CLI interfaces"
authors = ["brentyi <[email protected]>"]
include = ["./dcargs/**/*"]
Expand Down

0 comments on commit acf19dd

Please sign in to comment.