mirror of
https://github.com/home-assistant/core.git
synced 2025-11-06 17:40:11 +00:00
Disable pylint unused-argument check
This commit is contained in:
@@ -34,7 +34,6 @@ SERVICE_FLASH = 'flash'
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
# pylint: disable=unused-argument
|
||||
def setup(hass, config):
|
||||
""" Setup example component. """
|
||||
|
||||
|
||||
Reference in New Issue
Block a user