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:
@@ -55,6 +55,4 @@ class TimelineEventSource(NonCompletableGithubObject):
|
||||
if "type" in attributes: # pragma no branch
|
||||
self._type = self._makeStringAttribute(attributes["type"])
|
||||
if "issue" in attributes: # pragma no branch
|
||||
self._issue = self._makeClassAttribute(
|
||||
github.Issue.Issue, attributes["issue"]
|
||||
)
|
||||
self._issue = self._makeClassAttribute(github.Issue.Issue, attributes["issue"])
|
||||
|
||||
Reference in New Issue
Block a user