mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Fix invalid tuple annotations (#116035)
This commit is contained in:
@ -102,7 +102,7 @@ def test_template_message(arg: str | Exception, expected: str) -> None:
|
||||
)
|
||||
async def test_home_assistant_error(
|
||||
hass: HomeAssistant,
|
||||
exception_args: tuple[Any,],
|
||||
exception_args: tuple[Any, ...],
|
||||
exception_kwargs: dict[str, Any],
|
||||
args_base_class: tuple[Any],
|
||||
message: str,
|
||||
|
Reference in New Issue
Block a user