From 7081db74a06c89a0886e2049f71461d2d1206675 Mon Sep 17 00:00:00 2001 From: Pratik Anurag Date: Tue, 15 Oct 2019 17:38:02 +0530 Subject: renamed unused variables --- git/test/performance/test_streams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test') diff --git a/git/test/performance/test_streams.py b/git/test/performance/test_streams.py index a08d5edc..ab3313c9 100644 --- a/git/test/performance/test_streams.py +++ b/git/test/performance/test_streams.py @@ -132,7 +132,7 @@ class TestObjDBPerformance(TestBigRepoR): # read chunks st = time() - hexsha, typename, size, stream = rwrepo.git.stream_object_data(gitsha) # @UnusedVariable + _hexsha, _typename, size, stream = rwrepo.git.stream_object_data(gitsha) while True: data = stream.read(cs) if len(data) < cs: -- cgit v1.2.3