Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Upgrade is uptional
Browse files Browse the repository at this point in the history
  • Loading branch information
elupus committed May 10, 2022
1 parent b507fc4 commit 1798c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nibeuplink/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ class SoftwareInfo(TypedDict):

class SystemSoftwareInfo(TypedDict):
current: SoftwareVersion
upgrade: SoftwareInfo
upgrade: Optional[SoftwareInfo]

0 comments on commit 1798c38

Please sign in to comment.