Removed duplicate code (#2060)

Remove a duplicate line in the CheckRun class.
This commit is contained in:
majorvin
2021-10-11 15:47:31 +11:00
committed by GitHub
parent 3d86261f39
commit c6215ae4ff
-1
View File
@@ -276,7 +276,6 @@ class CheckRun(github.GithubObject.CompletableGithubObject):
self._name = github.GithubObject.NotSet
self._node_id = github.GithubObject.NotSet
self._output = github.GithubObject.NotSet
self._output = github.GithubObject.NotSet
self._pull_requests = github.GithubObject.NotSet
self._started_at = github.GithubObject.NotSet
self._status = github.GithubObject.NotSet