Skip to content

Commit

Permalink
fix type annotation for dashboard.sys_info (#15410)
Browse files Browse the repository at this point in the history
  • Loading branch information
yocalebo authored Jan 16, 2025
1 parent 783b35e commit 169b5c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class SysInfoEntry(BaseModel):
platform: NonEmptyString
version: NonEmptyString
codename: NonEmptyString
license: dict
license: dict | None
system_serial: str
hostname: NonEmptyString
uptime_seconds: float
Expand Down

0 comments on commit 169b5c8

Please sign in to comment.