Add missing return type to some test functions (#119665)
This commit is contained in:
parent
26e21bb356
commit
38a6e666a7
15 changed files with 20 additions and 18 deletions
|
@ -901,7 +901,7 @@ class MockEntityPlatform(entity_platform.EntityPlatform):
|
|||
platform=None,
|
||||
scan_interval=timedelta(seconds=15),
|
||||
entity_namespace=None,
|
||||
):
|
||||
) -> None:
|
||||
"""Initialize a mock entity platform."""
|
||||
if logger is None:
|
||||
logger = logging.getLogger("homeassistant.helpers.entity_platform")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue