Skip to content

Commit

Permalink
fix mypy AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
ameliahsu committed Jan 7, 2025
1 parent 562dae7 commit f59c16a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ def evaluate_value(job: WorkflowJob, comparison: Any) -> bool:
return any(assignee.team and assignee.team_id == target_id for assignee in assignees)
elif target_type == AssigneeTargetType.MEMBER:
return any(assignee.user_id and assignee.user_id == target_id for assignee in assignees)
return False

0 comments on commit f59c16a

Please sign in to comment.