Remove unnnecessary pylint configs from components [e-l]* (#99004)

This commit is contained in:
Ville Skyttä 2023-08-25 10:46:34 +03:00 committed by GitHub
parent 960d66e168
commit e7b6037419
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 13 additions and 56 deletions

View file

@ -616,7 +616,6 @@ async def test_service_group_services_add_remove_entities(hass: HomeAssistant) -
assert "person.one" not in list(group_state.attributes["entity_id"])
# pylint: disable=invalid-name
async def test_service_group_set_group_remove_group(hass: HomeAssistant) -> None:
"""Check if service are available."""
with assert_setup_component(0, "group"):