mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
Use PEP 695 type alias in tests (#117797)
This commit is contained in:
@@ -23,7 +23,7 @@ SERVER_URL = "http://127.0.0.1:8083"
|
||||
CONFIG_ENTRY_DATA = {"server_url": SERVER_URL}
|
||||
|
||||
# Typing helpers
|
||||
ComponentSetup = Callable[[], Awaitable[None]]
|
||||
type ComponentSetup = Callable[[], Awaitable[None]]
|
||||
type AsyncYieldFixture[_T] = AsyncGenerator[_T, None]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user