From 89d11338daef3fc8f372f95847593bf07cf91ccf Mon Sep 17 00:00:00 2001 From: Pratik Anurag Date: Tue, 15 Oct 2019 17:25:58 +0530 Subject: renamed unused variables --- git/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/util.py') diff --git a/git/util.py b/git/util.py index 7c07b0f3..81c3bbd0 100644 --- a/git/util.py +++ b/git/util.py @@ -416,7 +416,7 @@ class RemoteProgress(object): # END could not get match op_code = 0 - remote, op_name, percent, cur_count, max_count, message = match.groups() # @UnusedVariable + _remote, op_name, _percent, cur_count, max_count, message = match.groups() # get operation id if op_name == "Counting objects": -- cgit v1.2.1