Skip to content

Commit

Permalink
Black being fussy about indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
make-all committed Dec 7, 2023
1 parent 3a0162d commit 69e90b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions custom_components/tuya_local/fan.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 69e90b0

Please sign in to comment.