Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefKruszynski committed Nov 11, 2024
1 parent 8e0a3d2 commit 63bc8d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/mass/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@
ATTR_AUTO_PLAY = "auto_play"


def catch_musicassistant_error[
_R, **P
](func: Callable[..., Awaitable[_R]],) -> Callable[..., Coroutine[Any, Any, _R | None]]:
def catch_musicassistant_error[_R, **P](
func: Callable[..., Awaitable[_R]],
) -> Callable[..., Coroutine[Any, Any, _R | None]]:
"""Check and log commands to players."""

@functools.wraps(func)
Expand Down

0 comments on commit 63bc8d5

Please sign in to comment.