mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Add missing return type to some test functions (#119665)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user