mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Fix
This commit is contained in:
@@ -25,7 +25,7 @@ NotSet = _NotSetType()
|
||||
|
||||
|
||||
class BasicGithubObject(object):
|
||||
def __init__(self, requester, attributes):
|
||||
def __init__(self, requester, attributes, completed):
|
||||
self._requester = requester
|
||||
self._initAttributes()
|
||||
self._useAttributes(attributes)
|
||||
|
||||
Reference in New Issue
Block a user