mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 10:29:27 +00:00
Upgrade mypy to 0.730, address raised issues (#26959)
https://mypy-lang.blogspot.com/2019/09/mypy-730-released.html
This commit is contained in:
@@ -144,8 +144,8 @@ def async_loop_exception_handler(_: Any, context: Dict) -> None:
|
||||
if exception:
|
||||
kwargs["exc_info"] = (type(exception), exception, exception.__traceback__)
|
||||
|
||||
_LOGGER.error( # type: ignore
|
||||
"Error doing job: %s", context["message"], **kwargs
|
||||
_LOGGER.error(
|
||||
"Error doing job: %s", context["message"], **kwargs # type: ignore
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user