Remove unnnecessary pylint configs from components [e-l]* (#99004)
This commit is contained in:
parent
960d66e168
commit
e7b6037419
37 changed files with 13 additions and 56 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue