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 89d1133

Browse filesBrowse files
pratik-anuragByron
authored andcommitted
renamed unused variables
1 parent 8ad6dc0 commit 89d1133
Copy full SHA for 89d1133

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/util.py‎

Copy file name to clipboardExpand all lines: git/util.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def _parse_progress_line(self, line):
416416
# END could not get match
417417

418418
op_code = 0
419-
remote, op_name, percent, cur_count, max_count, message = match.groups() # @UnusedVariable
419+
_remote, op_name, _percent, cur_count, max_count, message = match.groups()
420420

421421
# get operation id
422422
if op_name == "Counting objects":

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.