Skip to content

Commit

Permalink
#47: Remove obselete todo
Browse files Browse the repository at this point in the history
  • Loading branch information
danbond02 committed Feb 13, 2022
1 parent 56d4703 commit d49c2f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion g2w/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def push(event: Push, project_id: int, response: Response) -> dict:
author = ws.find_user(event.user_email)
msg = event.comment(author)
comments = []
# @todo #/DEV Return 400 if no WS tasks found within commit messages
if not event.tasks():
response.status_code = status.HTTP_400_BAD_REQUEST
for task_id in event.tasks():
Expand Down

0 comments on commit d49c2f2

Please sign in to comment.