From 199099611dd2e62bae568897f163210a3e2d7dbb Mon Sep 17 00:00:00 2001 From: Pratik Anurag Date: Tue, 15 Oct 2019 17:23:49 +0530 Subject: renamed unused variables --- git/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git') diff --git a/git/remote.py b/git/remote.py index 73f10286..b4b6deea 100644 --- a/git/remote.py +++ b/git/remote.py @@ -183,7 +183,7 @@ class PushInfo(object): split_token = "..." if control_character == " ": split_token = ".." - old_sha, new_sha = summary.split(' ')[0].split(split_token) # @UnusedVariable + old_sha, _new_sha = summary.split(' ')[0].split(split_token) # have to use constructor here as the sha usually is abbreviated old_commit = old_sha # END message handling -- cgit v1.2.1