From 9798bbb9b956a2173c3a3f7b98ba99144c5aa3ac Mon Sep 17 00:00:00 2001 From: G Johansson Date: Sat, 16 Aug 2025 15:51:24 +0000 Subject: [PATCH] Fix pylint --- tests/components/sql/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/sql/__init__.py b/tests/components/sql/__init__.py index 2f998f76c60..6afc0329e32 100644 --- a/tests/components/sql/__init__.py +++ b/tests/components/sql/__init__.py @@ -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",