mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-09 19:09:41 +00:00
Bump pre-commit ruff to 0.5.7 and reformat (#5242)
It seems that the codebase is not formatted with the latest ruff version. This PR reformats the codebase with ruff 0.5.7.
This commit is contained in:
@@ -54,8 +54,8 @@ async def test_load(
|
||||
async def test_get_users_none(coresys: CoreSys, ha_ws_client: AsyncMock):
|
||||
"""Test get users returning none does not fail."""
|
||||
ha_ws_client.async_send_command.return_value = None
|
||||
assert [] == await coresys.homeassistant.get_users.__wrapped__(
|
||||
coresys.homeassistant
|
||||
assert (
|
||||
await coresys.homeassistant.get_users.__wrapped__(coresys.homeassistant) == []
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user