From 02c0d2eb86e34ac86792850eaaf9c90ff3986476 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Mon, 14 Sep 2026 18:39:01 +0200 Subject: [PATCH] Fix lengthy docstring as followup to #175349 (#182215) --- homeassistant/config_entries.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/homeassistant/config_entries.py b/homeassistant/config_entries.py index ca8c0453e903..94645ea1f169 100644 --- a/homeassistant/config_entries.py +++ b/homeassistant/config_entries.py @@ -742,8 +742,9 @@ class ConfigEntry[_DataT = Any]: is scheduled. An actual cancellation is re-raised. Returns: - tuple[_SetupErrorReason, bool]: The error reason and whether a retry was scheduled, in which - case the caller must return without setting a state. + tuple[_SetupErrorReason, bool]: + The error reason and whether a retry was scheduled, in which case + the caller must return without setting a state. """ logger = self.logger