mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 22:10:09 +00:00
Add missing return type to some test functions (#119665)
This commit is contained in:
@@ -27,7 +27,7 @@ class MockRow:
|
||||
event_type: str,
|
||||
data: dict[str, Any] | None = None,
|
||||
context: Context | None = None,
|
||||
):
|
||||
) -> None:
|
||||
"""Init the fake row."""
|
||||
self.event_type = event_type
|
||||
self.event_data = json.dumps(data, cls=JSONEncoder)
|
||||
|
||||
Reference in New Issue
Block a user