mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
Removed duplicate code (#2060)
Remove a duplicate line in the CheckRun class.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user