Skip to content

Commit

Permalink
Response header dict is always str
Browse files Browse the repository at this point in the history
  • Loading branch information
janrito committed May 16, 2022
1 parent f9aaf0c commit 0d80bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/requests/requests/models.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class Response:
__attrs__: Any
_content: bytes | None # undocumented
status_code: int
headers: CaseInsensitiveDict[str | bytes]
headers: CaseInsensitiveDict[str]
raw: Any
url: str
encoding: str | None
Expand Down

0 comments on commit 0d80bdf

Please sign in to comment.