Skip to content

Commit 1990996

Browse files
pratik-anuragByron
authored andcommitted
renamed unused variables
1 parent 14f3d06 commit 1990996

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
@@ -183,7 +183,7 @@ def _from_line(cls, remote, line):
183183
split_token = "..."
184184
if control_character == " ":
185185
split_token = ".."
186-
old_sha, new_sha = summary.split(' ')[0].split(split_token) # @UnusedVariable
186+
old_sha, _new_sha = summary.split(' ')[0].split(split_token)
187187
# have to use constructor here as the sha usually is abbreviated
188188
old_commit = old_sha
189189
# END message handling

0 commit comments

Comments
 (0)