Skip to content

Commit

Permalink
reverse bytes type on session headers
Browse files Browse the repository at this point in the history
  • Loading branch information
janrito committed May 9, 2022
1 parent b5ec834 commit 6f7eb28
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 | bytes]
headers: CaseInsensitiveDict[str]
auth: _Auth | None
proxies: _TextMapping
hooks: _Hooks
Expand Down

0 comments on commit 6f7eb28

Please sign in to comment.