ruff format

This commit is contained in:
pssc
2024-07-24 10:39:40 +01:00
parent 7f97d84912
commit c0a74cc626
@@ -301,7 +301,7 @@ class YamahaDeviceZone(MediaPlayerEntity):
@property
def unique_id(self) -> str:
"""Return the unique ID for this media_player."""
return self._attr_unique_id or ''
return self._attr_unique_id or ""
@property
def name(self):