1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Upgrade mypy to 0.780 (#36416)

http://mypy-lang.blogspot.com/2020/06/mypy-0780-released.html
This commit is contained in:
Ville Skyttä
2020-06-03 23:51:44 +03:00
committed by GitHub
parent 751e2f4125
commit fc395de511
2 changed files with 2 additions and 1 deletions

View File

@@ -359,6 +359,7 @@ async def _async_set_up_integrations(
errors = [domain for domain in domains if futures[domain].exception()]
for domain in errors:
exception = futures[domain].exception()
assert exception is not None
_LOGGER.error(
"Error setting up integration %s - received exception",
domain,