mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
Set line length to 120 characters (#2599)
This commit is contained in:
+1
-3
@@ -75,8 +75,6 @@ class GitTree(CompletableGithubObject):
|
||||
if "sha" in attributes: # pragma no branch
|
||||
self._sha = self._makeStringAttribute(attributes["sha"])
|
||||
if "tree" in attributes: # pragma no branch
|
||||
self._tree = self._makeListOfClassesAttribute(
|
||||
github.GitTreeElement.GitTreeElement, attributes["tree"]
|
||||
)
|
||||
self._tree = self._makeListOfClassesAttribute(github.GitTreeElement.GitTreeElement, attributes["tree"])
|
||||
if "url" in attributes: # pragma no branch
|
||||
self._url = self._makeStringAttribute(attributes["url"])
|
||||
|
||||
Reference in New Issue
Block a user