mirror of
https://github.com/home-assistant/core.git
synced 2025-09-04 04:11:37 +02:00
Fix pylint
This commit is contained in:
@@ -292,7 +292,7 @@ YAML_CONFIG_ALL_TEMPLATES = {
|
||||
}
|
||||
|
||||
|
||||
async def init_integration( # pylint: disable=W0102
|
||||
async def init_integration( # pylint: disable=dangerous-default-value
|
||||
hass: HomeAssistant,
|
||||
*,
|
||||
title: str = "Select value SQL query",
|
||||
|
Reference in New Issue
Block a user