`PullRequest.edit` does not allow a `draft` attribute: ```python def edit( self, title=github.GithubObject.NotSet, body=github.GithubObject.NotSet, state=github.GithubObject.NotSet, base=github.GithubObject.NotSet, ): ```