Skip to content

Commit

Permalink
Revert version property on system class
Browse files Browse the repository at this point in the history
  • Loading branch information
nzapponi committed Sep 30, 2020
1 parent c5b8e73 commit e525516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplipy/system/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def temperature(self) -> int:
return self._location_info["system"]["temperature"]

@property # type: ignore
@guard_from_missing_data(VERSION_V3)
@guard_from_missing_data()
def version(self) -> int:
"""Return the system version.
Expand Down

0 comments on commit e525516

Please sign in to comment.