Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b7d2671

Browse filesBrowse files
pratik-anuragByron
authored andcommitted
renamed ununsed variables
1 parent a374056 commit b7d2671
Copy full SHA for b7d2671

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎git/test/test_commit.py‎

Copy file name to clipboardExpand all lines: git/test/test_commit.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.