We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5a2d7 commit 7a86158Copy full SHA for 7a86158
aiohttp/helpers.py
@@ -365,7 +365,7 @@ def __init__(self) -> None:
365
# https://www.rfc-editor.org/rfc/rfc9110#section-8.3-5
366
self.set_default_type("application/octet-stream")
367
368
- def get_content_type(self) -> Any:
+ def get_content_type(self) -> str:
369
"""Re-implementation from Message
370
371
Returns application/octet-stream in place of plain/text when
0 commit comments