From 6ec363351ec6a44ffd26e6e17d43b93fbc245913 Mon Sep 17 00:00:00 2001 From: Sebastian Muszynski Date: Thu, 15 Mar 2018 13:30:22 +0100 Subject: [PATCH] Duplicate removed. --- miio/airpurifier.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/miio/airpurifier.py b/miio/airpurifier.py index 217276fc5..96168804a 100644 --- a/miio/airpurifier.py +++ b/miio/airpurifier.py @@ -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, @@ -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