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 e162e4b commit dea08fdCopy full SHA for dea08fd
1 file changed
aiohttp/helpers.py
@@ -355,7 +355,7 @@ def __init__(self) -> None:
355
# https://www.rfc-editor.org/rfc/rfc9110#section-8.3-5
356
self.set_default_type("application/octet-stream")
357
358
- def get_content_type(self) -> Any:
+ def get_content_type(self) -> str:
359
"""Re-implementation from Message
360
361
Returns application/octet-stream in place of plain/text when
0 commit comments