mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Improve formatting in core files (#135256)
* Adjust core files formatting * Adjust translations script
This commit is contained in:
@@ -580,7 +580,7 @@ async def hass(
|
||||
exceptions.append(
|
||||
Exception(
|
||||
"Received exception handler without exception, "
|
||||
f"but with message: {context["message"]}"
|
||||
f"but with message: {context['message']}"
|
||||
)
|
||||
)
|
||||
orig_exception_handler(loop, context)
|
||||
|
||||
Reference in New Issue
Block a user