mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-04 21:28:12 +02:00
removed sorting of the commit dates because it
isn't useful
This commit is contained in:
1
utils.py
1
utils.py
@ -48,7 +48,6 @@ def has_only_1_comment(commits: PaginatedList[Commit], comments: PaginatedList[P
|
||||
return False
|
||||
|
||||
commit_dates = [commit.commit.author.date for commit in tqdm(commits, total=commits.totalCount, desc="Extracting date from commits", leave=False)]
|
||||
commit_dates.sort()
|
||||
|
||||
comment_date = comments[0].created_at
|
||||
|
||||
|
Reference in New Issue
Block a user