From 14f3d06b47526d6f654490b4e850567e1b5d7626 Mon Sep 17 00:00:00 2001 From: Pratik Anurag Date: Tue, 15 Oct 2019 17:23:14 +0530 Subject: renamed unsed variables --- git/test/test_remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/test_remote.py') diff --git a/git/test/test_remote.py b/git/test/test_remote.py index 77e3ffbf..a7a49909 100644 --- a/git/test/test_remote.py +++ b/git/test/test_remote.py @@ -93,7 +93,7 @@ class TestRemoteProgress(RemoteProgress): assert self._stages_per_op # must have seen all stages - for op, stages in self._stages_per_op.items(): # @UnusedVariable + for _op, stages in self._stages_per_op.items(): assert stages & self.STAGE_MASK == self.STAGE_MASK # END for each op/stage -- cgit v1.2.3