Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Oct 31, 2024
1 parent a6530dc commit fdc5bc0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

class ServiceMetaDataEditable(ServiceBaseDisplay):
# Overrides ServiceBaseDisplay fields to Optional for a partial update
name: str | None
name: str | None # type: ignore[assignment]
thumbnail: Annotated[str, HttpUrl] | None
description: str | None
description: str | None # type: ignore[assignment]
description_ui: bool = False
version_display: str | None = None

Expand Down

0 comments on commit fdc5bc0

Please sign in to comment.