Skip to content

Add missing @property to requests Response.next() stub#3384

Merged
srittau merged 1 commit intopython:masterfrom
jrheard:patch-2
Oct 18, 2019
Merged

Add missing @property to requests Response.next() stub#3384
srittau merged 1 commit intopython:masterfrom
jrheard:patch-2

Conversation

@jrheard
Copy link
Contributor

@jrheard jrheard commented Oct 18, 2019

In bd7222c , an annotated stub was added for the Response.next() method. In the requests library, this method has the @property decorator applied to it; I believe that the stub should also have that decorator.

This is my first time making a PR to this repository, please let me know if I've made a mistake!

@jrheard jrheard changed the title Add missing @property to Response.next() stub Add missing @property to requests Response.next() stub Oct 18, 2019
Copy link
Collaborator

@srittau srittau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@srittau srittau merged commit bf862d9 into python:master Oct 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants