mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Improve formatting in core files (#135256)
* Adjust core files formatting * Adjust translations script
This commit is contained in:
@ -691,10 +691,7 @@ class ConfigEntry(Generic[_DataT]):
|
||||
self._tries += 1
|
||||
ready_message = f"ready yet: {message}" if message else "ready yet"
|
||||
_LOGGER.debug(
|
||||
(
|
||||
"Config entry '%s' for %s integration not %s; Retrying in %d"
|
||||
" seconds"
|
||||
),
|
||||
"Config entry '%s' for %s integration not %s; Retrying in %d seconds",
|
||||
self.title,
|
||||
self.domain,
|
||||
ready_message,
|
||||
|
Reference in New Issue
Block a user