From c6215ae4ff694f85ece5f65b29615df09a85d77d Mon Sep 17 00:00:00 2001 From: majorvin Date: Mon, 11 Oct 2021 00:47:31 -0400 Subject: [PATCH] Removed duplicate code (#2060) Remove a duplicate line in the CheckRun class. --- github/CheckRun.py | 1 - 1 file changed, 1 deletion(-) diff --git a/github/CheckRun.py b/github/CheckRun.py index 79add412..dfe16f6a 100644 --- a/github/CheckRun.py +++ b/github/CheckRun.py @@ -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