Skip to content

Commit

Permalink
update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Nov 12, 2024
1 parent 291e33b commit 428407b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bioimageio_collection_backoffice/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ class Node(
validate_assignment=True,
validate_default=False,
):
"""""" # avoid inheriting docstring from `pydantic.BaseModel`

pass
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@


class CompatibilityReport(Node, frozen=True, extra="allow"):
"""Used to report on the compatibility of resource description
in the bioimageio collection
"""

tool: Annotated[str, Field(exclude=True, pattern=r"^[^_]+_[^_]+$")]
"""toolname (including version separated by an underscore)"""

Expand Down

0 comments on commit 428407b

Please sign in to comment.