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:
+1
-1
@@ -6,7 +6,7 @@ import PaginatedList
|
||||
from GithubObject import *
|
||||
|
||||
class Label( 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