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
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue