Explorar o código

vacuum: trim whitespace to satisy black

Jason Rumney %!s(int64=2) %!d(string=hai) anos
pai
achega
248701a343
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      custom_components/tuya_local/vacuum.py

+ 1 - 1
custom_components/tuya_local/vacuum.py

@@ -134,7 +134,7 @@ class TuyaLocalVacuum(TuyaLocalEntity, StateVacuumEntity):
             switch_to = not dps.get_value(self._device)
             await dps.async_set_value(self._device, switch_to)
 
-    async def async_start(self): 
+    async def async_start(self):
         dps = self._command_dps or self._status_dps
         if dps and "start" in dps.values(self._device):
             await dps.async_set_value(self._device, "start")