mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Improve formatting in core files (#135256)
* Adjust core files formatting * Adjust translations script
This commit is contained in:
@ -1153,8 +1153,7 @@ class HomeAssistant:
|
||||
await self.async_block_till_done()
|
||||
except TimeoutError:
|
||||
_LOGGER.warning(
|
||||
"Timed out waiting for integrations to stop, the shutdown will"
|
||||
" continue"
|
||||
"Timed out waiting for integrations to stop, the shutdown will continue"
|
||||
)
|
||||
self._async_log_running_tasks("stop integrations")
|
||||
|
||||
|
Reference in New Issue
Block a user