Skip to content

Commit

Permalink
Typo fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Feb 25, 2018
1 parent fe193e5 commit 7af5df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miio/airqualitymonitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ def __repr__(self) -> str:
s = "<AirQualityMonitorStatus power=%s, " \
"aqi=%s, " \
"battery=%s, " \
"usb=%s, " \
"usb_power=%s, " \
"time_state=%s>" % \
(self.power,
self.aqi,
self.battery,
self.usb,
self.usb_power,
self.time_state)
return s

Expand Down

0 comments on commit 7af5df6

Please sign in to comment.