diff --git a/utils.py b/utils.py index 7735566..2e51f84 100644 --- a/utils.py +++ b/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