Add return type hints in tests (k-z) (#118942)
This commit is contained in:
parent
b5b7c9bcd5
commit
c7cc465e5c
26 changed files with 79 additions and 76 deletions
|
@ -38,7 +38,7 @@ async def test_diagnostics(
|
|||
fixture_file: str,
|
||||
sysinfo_vars: list[str],
|
||||
expected_oui: str | None,
|
||||
):
|
||||
) -> None:
|
||||
"""Test diagnostics for config entry."""
|
||||
diagnostics_data = json.loads(load_fixture(fixture_file, "tplink"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue