diff --git a/miio/airpurifier.py b/miio/airpurifier.py index c944b34d2..96168804a 100644 --- a/miio/airpurifier.py +++ b/miio/airpurifier.py @@ -318,8 +318,7 @@ def __repr__(self) -> str: "sleep_mode_learn_count=%s, " \ "extra_features=%s, " \ "turbo_mode_supported=%s, " \ - "auto_detect=%s, " % \ - "use_time=%s, " % \ + "auto_detect=%s, " \ "button_pressed=%s>" % \ (self.power, self.aqi, @@ -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