1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

Remove repetitive words in comments and docstrings (#113529)

chore: remove repetitive words

Signed-off-by: soonsouth <cuibuwei@163.com>
This commit is contained in:
soonsouth
2024-03-16 01:11:12 +08:00
committed by GitHub
parent a73553581b
commit cfc2f17f35
8 changed files with 13 additions and 13 deletions

View File

@@ -1591,7 +1591,7 @@ def test_config_entry_only_schema_cant_find_module() -> None:
def test_config_entry_only_schema_no_hass(
hass: HomeAssistant, caplog: pytest.LogCaptureFixture
) -> None:
"""Test if the the hass context is not set in our context."""
"""Test if the hass context is not set in our context."""
with patch(
"homeassistant.helpers.config_validation.async_get_hass",
side_effect=HomeAssistantError,