Skip to content

Commit

Permalink
Only 1 return type
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsverkoyen committed Dec 6, 2022
1 parent 49e1c4d commit be3e43c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def state_class(self) -> str:
return STATE_CLASS_MEASUREMENT

@property
def last_reset(self) -> datetime | None:
def last_reset(self) -> None:
return None


Expand Down

0 comments on commit be3e43c

Please sign in to comment.