Fix PullRequestMergeStatus.py

This commit is contained in:
AKFish
2013-08-21 14:13:14 +08:00
parent deb0514b5e
commit c7aeaddfa8
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -31,11 +31,6 @@ class PullRequestMergeStatus(github.GithubObject.NonCompletableGithubObject):
"""
This class represents PullRequestMergeStatuss. The reference can be found here http://developer.github.com/v3/pulls/#get-if-a-pull-request-has-been-merged
"""
def __init__(self, requester, attributes, completed):
'''
Adapte for __init__ change, remove later
'''
github.GithubObject.NonCompletableGithubObject.__init__(self, requester, {}, attributes, completed)
@property
def merged(self):