Update mypy-dev to 1.11.0a2 (#117630)

This commit is contained in:
Marc Mueller
2024-05-17 13:32:20 +02:00
committed by GitHub
parent eacbebce22
commit 4edee94a81
5 changed files with 8 additions and 16 deletions

View File

@@ -1048,7 +1048,7 @@ async def _handle_entity_call(
result = await task
if asyncio.iscoroutine(result):
_LOGGER.error(
_LOGGER.error( # type: ignore[unreachable]
(
"Service %s for %s incorrectly returns a coroutine object. Await result"
" instead in service handler. Report bug to integration author"