mirror of
https://github.com/home-assistant/core.git
synced 2025-11-10 03:19:34 +00:00
Add type ignore error codes [helpers] (#66776)
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user