Skip to content

Commit

Permalink
Revert pylint rule disabling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Kruszynski committed Jan 10, 2024
1 parent 664808e commit 0381185
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/mass/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ async def handle_player_added(event: MassEvent) -> None:
class MassPlayer(MassBaseEntity, MediaPlayerEntity):
"""Representation of MediaPlayerEntity from Music Assistant Player."""

# pylint: disable=W0223

_attr_name = None

def __init__(self, mass: MusicAssistantClient, player_id: str) -> None:
Expand Down

0 comments on commit 0381185

Please sign in to comment.