Skip to content

Commit b7d2671

Browse files
pratik-anuragByron
authored andcommitted
renamed ununsed variables
1 parent a374056 commit b7d2671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/test/test_commit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def check_entries(d):
125125
check_entries(stats.total)
126126
assert "files" in stats.total
127127

128-
for filepath, d in stats.files.items(): # @UnusedVariable
128+
for _filepath, d in stats.files.items():
129129
check_entries(d)
130130
# END for each stated file
131131

0 commit comments

Comments
 (0)