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
@@ -127,9 +127,7 @@ class Topic(github.GithubObject.NonCompletableGithubObject):
|
||||
if "display_name" in attributes: # pragma no branch
|
||||
self._display_name = self._makeStringAttribute(attributes["display_name"])
|
||||
if "short_description" in attributes: # pragma no branch
|
||||
self._short_description = self._makeStringAttribute(
|
||||
attributes["short_description"]
|
||||
)
|
||||
self._short_description = self._makeStringAttribute(attributes["short_description"])
|
||||
if "description" in attributes: # pragma no branch
|
||||
self._description = self._makeStringAttribute(attributes["description"])
|
||||
if "created_by" in attributes: # pragma no branch
|
||||
|
||||
Reference in New Issue
Block a user