-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Authlib integration requests_client OAuth2Session missing inheritance #15548
Copy link
Copy link
Open
Labels
stubs: improvementImprove/refactor existing annotations, other stubs issuesImprove/refactor existing annotations, other stubs issues
Description
There is a comment here saying OAuth2Session inherits from requests.Session which is correct according to:
I think the fix is to from requests import Session at the top of the file and add Session to the class definition?
If that is correct I could open a PR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
stubs: improvementImprove/refactor existing annotations, other stubs issuesImprove/refactor existing annotations, other stubs issues