Skip to content

Commit

Permalink
Revert "reverse bytes type on session headers"
Browse files Browse the repository at this point in the history
This reverts commit 6f7eb28.
  • Loading branch information
janrito committed May 16, 2022
1 parent 6f7eb28 commit f9aaf0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/requests/requests/sessions.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ _Verify: TypeAlias = bool | str

class Session(SessionRedirectMixin):
__attrs__: Any
headers: CaseInsensitiveDict[str]
headers: CaseInsensitiveDict[str | bytes]
auth: _Auth | None
proxies: _TextMapping
hooks: _Hooks
Expand Down

0 comments on commit f9aaf0c

Please sign in to comment.