mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Fix aiohttp MockPayloadWriter (#145579)
This commit is contained in:
parent
8c971904ca
commit
565f051ffc
@ -42,7 +42,7 @@ class MockPayloadWriter:
|
||||
def enable_chunking(self) -> None:
|
||||
"""Enable chunking."""
|
||||
|
||||
async def send_headers(self, *args: Any, **kwargs: Any) -> None:
|
||||
def send_headers(self, *args: Any, **kwargs: Any) -> None:
|
||||
"""Write headers."""
|
||||
|
||||
async def write_headers(self, *args: Any, **kwargs: Any) -> None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user