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:
@@ -194,8 +194,6 @@ class WorkflowJob(github.GithubObject.CompletableGithubObject):
|
||||
if "status" in attributes: # pragma no branch
|
||||
self._status = self._makeStringAttribute(attributes["status"])
|
||||
if "steps" in attributes: # pragma no branch
|
||||
self._steps = self._makeListOfClassesAttribute(
|
||||
github.WorkflowStep.WorkflowStep, attributes["steps"]
|
||||
)
|
||||
self._steps = self._makeListOfClassesAttribute(github.WorkflowStep.WorkflowStep, attributes["steps"])
|
||||
if "url" in attributes: # pragma no branch
|
||||
self._url = self._makeStringAttribute(attributes["url"])
|
||||
|
||||
Reference in New Issue
Block a user