mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Enable Ruff PT001 (#86730)
This commit is contained in:
@@ -8,7 +8,7 @@ import voluptuous as vol
|
||||
from homeassistant.components.cloud import const, tts
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
@pytest.fixture
|
||||
def cloud_with_prefs(cloud_prefs):
|
||||
"""Return a cloud mock with prefs."""
|
||||
return Mock(client=Mock(prefs=cloud_prefs))
|
||||
|
||||
Reference in New Issue
Block a user