Skip to content

Commit

Permalink
Fix the linter issues for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleNyanCat committed Feb 22, 2025
1 parent e779c23 commit 375b4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moonraker/components/power.py
Original file line number Diff line number Diff line change
Expand Up @@ -1596,7 +1596,7 @@ def __init__(self,
self.on_cmd = config.get('on_cmd')
self.off_cmd = config.get('off_cmd')
self.timeout = config.getfloat('timeout', 1.0)

async def init_state(self) -> None:
if self.initial_state is None:
self.set_power("off")
Expand Down

0 comments on commit 375b4f3

Please sign in to comment.