1
0
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:
Franck Nijhof
2023-01-26 18:05:05 +01:00
committed by GitHub
parent 7ed9967245
commit 62dcbe5258
27 changed files with 53 additions and 49 deletions

View File

@@ -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))