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 6fd8f5f commit 990418bCopy full SHA for 990418b
src/reader/_parser/http.py
@@ -92,7 +92,7 @@ def __call__(
92
93
error._message = "while reading feed"
94
yield RetrievedFeed(
95
- response.raw,
+ cast(IO[bytes], response.raw),
96
mime_type,
97
# https://github.com/python/mypy/issues/4976
98
cast(dict[str, Any] | None, response_caching_info),
0 commit comments