mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 13:00:11 +00:00
Use PEP 695 type alias in tests (#117797)
This commit is contained in:
@@ -25,7 +25,7 @@ from tests.test_util.aiohttp import AiohttpClientMocker
|
||||
|
||||
TEST_SHEET_ID = "google-sheet-it"
|
||||
|
||||
ComponentSetup = Callable[[], Awaitable[None]]
|
||||
type ComponentSetup = Callable[[], Awaitable[None]]
|
||||
|
||||
|
||||
@pytest.fixture(name="scopes")
|
||||
|
||||
Reference in New Issue
Block a user