From 69e90b04d20a0d9a497d7d90cb6e1bbe590e2559 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Thu, 7 Dec 2023 10:37:53 +0900 Subject: [PATCH] Black being fussy about indentation --- custom_components/tuya_local/fan.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/tuya_local/fan.py b/custom_components/tuya_local/fan.py index 3658224d81..e0ec9be05f 100644 --- a/custom_components/tuya_local/fan.py +++ b/custom_components/tuya_local/fan.py @@ -68,10 +68,10 @@ def is_on(self): return self._switch_dps.get_value(self._device) async def async_turn_on( - self, - percentage: int | None = None, - preset_mode: str | None = None, - **kwargs: Any, + self, + percentage: int | None = None, + preset_mode: str | None = None, + **kwargs: Any, ): """Turn the switch on""" if self._switch_dps: