mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Move 'todo's out of generated code
This commit is contained in:
@@ -43,7 +43,6 @@ class GitTreeElement( object ):
|
||||
self.__url = None
|
||||
|
||||
def __useAttributes( self, attributes ):
|
||||
# @todo No need to check if attribute is in attributes when attribute is mandatory
|
||||
if "mode" in attributes and attributes[ "mode" ] is not None: # pragma no branch
|
||||
assert isinstance( attributes[ "mode" ], ( str, unicode ) )
|
||||
self.__mode = attributes[ "mode" ]
|
||||
|
||||
Reference in New Issue
Block a user