Add type ignore error codes [helpers] (#66776)

This commit is contained in:
Marc Mueller
2022-02-18 11:31:37 +01:00
committed by GitHub
parent 0188e8b319
commit bfb1abd3a2
12 changed files with 25 additions and 23 deletions

View File

@@ -71,7 +71,7 @@ def create_async_httpx_client(
original_aclose = client.aclose
client.aclose = warn_use( # type: ignore
client.aclose = warn_use( # type: ignore[assignment]
client.aclose, "closes the Home Assistant httpx client"
)