Skip to content

Commit

Permalink
refactor loop as list-comprehension
Browse files Browse the repository at this point in the history
  • Loading branch information
HaakonEidemHaakstad committed Nov 12, 2024
1 parent 01e7d63 commit 475c079
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion first_timers/first_timers.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def get_first_timer_issues(issue_label: str) -> list:
items = [item for item in res.json()['items']
if check_days_passed(item['created_at'], DAYS_OLD)]


return items


Expand Down

0 comments on commit 475c079

Please sign in to comment.