Skip to content

Commit

Permalink
Minor typing fix following urllib3 update.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon24 committed Sep 15, 2024
1 parent 3cad494 commit 98147a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reader/_parser/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def __call__(

error._message = "while reading feed"
yield RetrievedFeed(
response.raw,
cast(IO[bytes], response.raw),
mime_type,
# https://github.com/python/mypy/issues/4976
cast(dict[str, Any] | None, response_caching_info),
Expand Down

0 comments on commit 98147a2

Please sign in to comment.