Make it clear in arg message that this is a library. Dependency
[python_utils.git] / waitable_presence.py
index 1d6c3ebdb7bf470ecbeb0d65bb351721a3ba3ec7..e1da4310b76a77693aa505452e0f3748c4fcc62d 100644 (file)
@@ -47,9 +47,7 @@ class WaitablePresenceDetectorWithMemory(state_tracker.WaitableAutomaticStateTra
         self.everyone_gone_since: Optional[datetime.datetime] = None
         self.someone_home_since: Optional[datetime.datetime] = None
         self.location = override_location
-        self.detector: base_presence.PresenceDetection = (
-            base_presence.PresenceDetection()
-        )
+        self.detector: base_presence.PresenceDetection = base_presence.PresenceDetection()
         super().__init__(
             {
                 'poll_presence': override_update_interval_sec,