Skip to content

Commit 1bdc09b

Browse files
tianleiwuCopilot
andauthored
Update tools/python/compile_contributors.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 57b6f66 commit 1bdc09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/python/compile_contributors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def main():
367367
contributors = {} # username -> count
368368
details = []
369369

370-
for key in sorted(new_pr_keys, key=lambda x: str(x)):
370+
for key in sorted(new_pr_keys, key=str):
371371
info = prs_target[key]
372372
authors = info.get("authors", [])
373373

0 commit comments

Comments
 (0)