mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
Remove the notion of ImmediateCompletion
This commit is contained in:
@@ -5,7 +5,7 @@ import PaginatedList
|
||||
from GithubObject import *
|
||||
|
||||
class Permissions( object ):
|
||||
def __init__( self, requester, attributes, completion ):
|
||||
def __init__( self, requester, attributes, completed ):
|
||||
self.__requester = requester
|
||||
self.__initAttributes()
|
||||
self.__useAttributes( attributes )
|
||||
|
||||
Reference in New Issue
Block a user