mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
Remove __completed from non-completable classes
This commit is contained in:
@@ -7,7 +7,6 @@ from GithubObject import *
|
||||
class CommitFile( object ):
|
||||
def __init__( self, requester, attributes, completion ):
|
||||
self.__requester = requester
|
||||
self.__completed = completion != LazyCompletion
|
||||
self.__initAttributes()
|
||||
self.__useAttributes( attributes )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user