Skip to content

Commit 7081db7

Browse files
pratik-anuragByron
authored andcommitted
renamed unused variables
1 parent 07f8106 commit 7081db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/test/performance/test_streams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def test_large_data_streaming(self, rwrepo):
132132

133133
# read chunks
134134
st = time()
135-
hexsha, typename, size, stream = rwrepo.git.stream_object_data(gitsha) # @UnusedVariable
135+
_hexsha, _typename, size, stream = rwrepo.git.stream_object_data(gitsha)
136136
while True:
137137
data = stream.read(cs)
138138
if len(data) < cs:

0 commit comments

Comments
 (0)