Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
starkillerOG committed Nov 9, 2022
1 parent c99de9b commit 14933c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion miio/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ def status(self) -> DeviceStatus:
"""Return device status."""
raise NotImplementedError()


def cached_status(self) -> DeviceStatus:
"""Return device status from cache."""
if self._status is None:
Expand Down

0 comments on commit 14933c4

Please sign in to comment.