We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde03b9 commit 149a810Copy full SHA for 149a810
1 file changed
aiohttp/helpers.py
@@ -364,7 +364,7 @@ def __init__(self) -> None:
364
# https://www.rfc-editor.org/rfc/rfc9110#section-8.3-5
365
self.set_default_type("application/octet-stream")
366
367
- def get_content_type(self) -> Any:
+ def get_content_type(self) -> str:
368
"""Re-implementation from Message
369
370
Returns application/octet-stream in place of plain/text when
0 commit comments