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

@ -73,7 +73,6 @@ async def test_lock_default(hass: HomeAssistant) -> None:
async def test_lock_states(hass: HomeAssistant) -> None:
"""Test lock entity states."""
# pylint: disable=protected-access
lock = MockLockEntity()
lock.hass = hass