summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorPratik Anurag <panurag247365@gmail.com>2019-10-15 17:25:58 +0530
committerSebastian Thiel <sebastian.thiel@icloud.com>2019-10-15 15:13:01 +0200
commit89d11338daef3fc8f372f95847593bf07cf91ccf (patch)
tree2886fd8538b40a6ae020c265d0343078c652119f /git
parent8ad6dc07790fe567412ccbc2a539f4501cb32ab2 (diff)
downloadgitpython-89d11338daef3fc8f372f95847593bf07cf91ccf.tar.gz
renamed unused variables
Diffstat (limited to 'git')
-rw-r--r--git/util.py2
1 files changed, 1 insertions, 1 deletions
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":