mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Fixes for new release PyLint
This commit is contained in:
@@ -190,7 +190,6 @@ def setup(hass, config):
|
||||
|
||||
if service.service == SERVICE_TURN_OFF:
|
||||
for light in target_lights:
|
||||
# pylint: disable=star-args
|
||||
light.turn_off(**params)
|
||||
|
||||
else:
|
||||
@@ -248,7 +247,6 @@ def setup(hass, config):
|
||||
params[ATTR_FLASH] = FLASH_LONG
|
||||
|
||||
for light in target_lights:
|
||||
# pylint: disable=star-args
|
||||
light.turn_on(**params)
|
||||
|
||||
for light in target_lights:
|
||||
|
Reference in New Issue
Block a user