Skip to content

Commit

Permalink
remove lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Sep 25, 2024
1 parent 89a1b2e commit da95db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/evohome/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .const import TEST_INSTALLS


@pytest.mark.parametrize("install", [*TEST_INSTALLS])
@pytest.mark.parametrize("install", TEST_INSTALLS)
async def test_entities(
hass: HomeAssistant,
config: dict[str, str],
Expand Down

0 comments on commit da95db2

Please sign in to comment.