Skip to content

Commit 8ad6dc0

Browse files
pratik-anuragByron
authored andcommitted
renamed unused vars
1 parent 1990996 commit 8ad6dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def _from_line(cls, repo, line, fetch_line):
295295
# parse lines
296296
control_character, operation, local_remote_ref, remote_local_ref, note = match.groups()
297297
try:
298-
new_hex_sha, fetch_operation, fetch_note = fetch_line.split("\t") # @UnusedVariable
298+
_new_hex_sha, _fetch_operation, fetch_note = fetch_line.split("\t")
299299
ref_type_name, fetch_note = fetch_note.split(' ', 1)
300300
except ValueError: # unpack error
301301
raise ValueError("Failed to parse FETCH_HEAD line: %r" % fetch_line)

0 commit comments

Comments
 (0)