mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Set line length to 120 characters (#2599)
This commit is contained in:
+1
-3
@@ -157,9 +157,7 @@ class GithubApp(github.GithubObject.CompletableGithubObject):
|
||||
if "name" in attributes: # pragma no branch
|
||||
self._name = self._makeStringAttribute(attributes["name"])
|
||||
if "owner" in attributes: # pragma no branch
|
||||
self._owner = self._makeClassAttribute(
|
||||
github.NamedUser.NamedUser, attributes["owner"]
|
||||
)
|
||||
self._owner = self._makeClassAttribute(github.NamedUser.NamedUser, attributes["owner"])
|
||||
if "permissions" in attributes: # pragma no branch
|
||||
self._permissions = self._makeDictAttribute(attributes["permissions"])
|
||||
if "slug" in attributes: # pragma no branch
|
||||
|
||||
Reference in New Issue
Block a user