mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
Fix references to current class
This commit is contained in:
@@ -393,7 +393,7 @@ class Repository( object ):
|
||||
None
|
||||
)
|
||||
return [
|
||||
Repository.Repository( self.__github, element, lazy = True )
|
||||
Repository( self.__github, element, lazy = True )
|
||||
for element in result
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user