Skip to content

Commit

Permalink
Removed duplicate code (#2060)
Browse files Browse the repository at this point in the history
Remove a duplicate line in the CheckRun class.
  • Loading branch information
majorvin committed Oct 11, 2021
1 parent 3d86261 commit c6215ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion github/CheckRun.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ def _initAttributes(self):
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
Expand Down

0 comments on commit c6215ae

Please sign in to comment.