Skip to content

Commit

Permalink
Replace _ by 'message: Message'
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Apr 2, 2024
1 parent fa51ce6 commit 36d1bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def wake_word(self):
return default

# TODO move mark1 handlers to PHAL mk1 plugin
def mark1_sleep_animation(self, _):
def mark1_sleep_animation(self, message: Message):
time.sleep(0.5)
# Dim and look downward to 'go to sleep'
# TODO: Get current brightness from somewhere
Expand Down

0 comments on commit 36d1bbc

Please sign in to comment.