Disable pylint unused-argument check
This commit is contained in:
parent
d3f1b83e57
commit
ff230cefe3
37 changed files with 12 additions and 52 deletions
|
@ -34,7 +34,6 @@ SERVICE_FLASH = 'flash'
|
|||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
# pylint: disable=unused-argument
|
||||
def setup(hass, config):
|
||||
""" Setup example component. """
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue