Skip to content

Commit

Permalink
Air Purifier: Duplicate removed from repr (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored Mar 15, 2018
1 parent 1fd013d commit 1579d79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions miio/airpurifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ def __repr__(self) -> str:
"extra_features=%s, " \
"turbo_mode_supported=%s, " \
"auto_detect=%s, " \
"use_time=%s, " \
"button_pressed=%s>" % \
(self.power,
self.aqi,
Expand Down Expand Up @@ -350,7 +349,6 @@ def __repr__(self) -> str:
self.extra_features,
self.turbo_mode_supported,
self.auto_detect,
self.use_time,
self.button_pressed)
return s

Expand Down

0 comments on commit 1579d79

Please sign in to comment.