Skip to content

Commit

Permalink
move logo to Partner
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Jun 5, 2024
1 parent d257317 commit 5a0c0cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ class Partner(Node, frozen=True):
default_type: str
explore_button_text: str
id: str
logo: str
icon: HttpUrl
logo: HttpUrl
resource_types: Sequence[str]
splash_feature_list: Sequence[str]
splash_subtitle: Optional[str]
Expand Down Expand Up @@ -43,7 +44,6 @@ class CollectionJsonTemplate(Node, frozen=True):
format_version: Version
git_repo: HttpUrl
icon: HttpUrl
logo: HttpUrl
license: LicenseId
name: str
tags: Sequence[str]
Expand Down
1 change: 0 additions & 1 deletion bioimageio_collection_backoffice/remote_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ def generate_collection_json(
format_version=template.format_version,
git_repo=template.git_repo,
icon=template.icon,
logo=template.logo,
license=template.license,
name=template.name,
tags=template.tags,
Expand Down

0 comments on commit 5a0c0cf

Please sign in to comment.