Skip to content

Commit 6cfd4b3

Browse files
pratik-anuragByron
authored andcommitted
renamed unused variables
1 parent ccaae09 commit 6cfd4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/refs/symbolic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ def _iter_items(cls, repo, common_path=None):
614614
# END for each directory to walk
615615

616616
# read packed refs
617-
for sha, rela_path in cls._iter_packed_refs(repo): # @UnusedVariable
617+
for _sha, rela_path in cls._iter_packed_refs(repo):
618618
if rela_path.startswith(common_path):
619619
rela_paths.add(rela_path)
620620
# END relative path matches common path

0 commit comments

Comments
 (0)