mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
Fix tests typing helper (#86956)
This commit is contained in:
+2
-2
@@ -7,5 +7,5 @@ from typing import Any
|
||||
from aiohttp import ClientWebSocketResponse
|
||||
from aiohttp.test_utils import TestClient
|
||||
|
||||
TestClientGenerator = Callable[..., Coroutine[Any, Any, TestClient]]
|
||||
TestWebSocketGenerator = Callable[..., Coroutine[Any, Any, ClientWebSocketResponse]]
|
||||
ClientSessionGenerator = Callable[..., Coroutine[Any, Any, TestClient]]
|
||||
WebSocketGenerator = Callable[..., Coroutine[Any, Any, ClientWebSocketResponse]]
|
||||
|
||||
Reference in New Issue
Block a user