Disable pylint unused-argument check

This commit is contained in:
Paulus Schoutsen 2015-01-19 23:40:51 -08:00
parent d3f1b83e57
commit ff230cefe3
37 changed files with 12 additions and 52 deletions

View file

@ -34,7 +34,6 @@ SERVICE_FLASH = 'flash'
_LOGGER = logging.getLogger(__name__)
# pylint: disable=unused-argument
def setup(hass, config):
""" Setup example component. """