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

Update mypy to 1.1.1 (#89268)

* Update mypy to 1.1.1
* Update pydantic to 1.10.6
This commit is contained in:
Marc Mueller
2023-03-08 22:57:54 +01:00
committed by GitHub
parent bfae8992a9
commit 386533a16f
11 changed files with 27 additions and 15 deletions

View File

@@ -129,7 +129,7 @@ def _async_create_clientsession(
{USER_AGENT: SERVER_SOFTWARE},
)
clientsession.close = warn_use( # type: ignore[assignment]
clientsession.close = warn_use( # type: ignore[method-assign]
clientsession.close,
WARN_CLOSE_MSG,
)