Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Jan 18, 2024
1 parent 187e3b3 commit d39c191
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fetch_milestone.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
milestone_title: str = args.milestone_title

milestones = requests.get(f'{BASE_URL}/milestones', timeout=5).json()
print(milestones)
matching_milestones = [milestone for milestone in milestones if milestone['title'] == milestone_title]
if not matching_milestones:
print(f'Milestone "{milestone_title}" not found!')
Expand Down

0 comments on commit d39c191

Please sign in to comment.