mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Fix pep8 and copyrights
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
# Copyright 2012 Vincent Jacques vincent@vincent-jacques.net
|
||||
# Copyright 2012 Zearin zearin@gonk.net
|
||||
# Copyright 2013 Vincent Jacques vincent@vincent-jacques.net
|
||||
# Copyright 2013 Mark Roddy markroddy@gmail.com
|
||||
# Copyright 2013 martinqt m.ki2@laposte.net
|
||||
|
||||
# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/
|
||||
|
||||
@@ -900,7 +902,7 @@ class Repository(github.GithubObject.CompletableGithubObject):
|
||||
url_parameters,
|
||||
None
|
||||
)
|
||||
|
||||
|
||||
return [
|
||||
github.ContentFile.ContentFile(self._requester, attributes, completed=(attributes["type"] != "file")) # Lazy completion only makes sense for files. See discussion here: https://github.com/jacquev6/PyGithub/issues/140#issuecomment-13481130
|
||||
for attributes in data
|
||||
|
||||
Reference in New Issue
Block a user