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:
@@ -213,7 +213,7 @@ class Client:
|
||||
return resp.get("result")
|
||||
|
||||
|
||||
ClientFixture = Callable[[], Client]
|
||||
type ClientFixture = Callable[[], Client]
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
||||
Reference in New Issue
Block a user