mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add missing return type in test __init__ method (part 2) (#123939)
* Add missing return type in test __init__ method (part 2) * Adjust * One more * One more * More
This commit is contained in:
@@ -174,7 +174,7 @@ class AiohttpClientMockResponse:
|
||||
headers=None,
|
||||
side_effect=None,
|
||||
closing=None,
|
||||
):
|
||||
) -> None:
|
||||
"""Initialize a fake response."""
|
||||
if json is not None:
|
||||
text = json_dumps(json)
|
||||
|
||||
Reference in New Issue
Block a user