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:
@@ -11,7 +11,7 @@ from homeassistant.setup import async_setup_component
|
||||
|
||||
from tests.common import assert_setup_component
|
||||
|
||||
ComponentSetup = Callable[[dict[str, Any] | None], Awaitable[None]]
|
||||
type ComponentSetup = Callable[[dict[str, Any] | None], Awaitable[None]]
|
||||
|
||||
TEST_URL = "https://example.com/"
|
||||
TEST_CONFIG = {
|
||||
|
||||
Reference in New Issue
Block a user