Skip to content

Commit

Permalink
fix: 🚨 resolve lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aikia-code committed Feb 6, 2024
1 parent 22b81d7 commit f843d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dilemma/strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ def run(self):

if total_defect > total_cooperate or total_cooperate == 0:
return DEFECT
else:
return COOPERATE

return COOPERATE

0 comments on commit f843d53

Please sign in to comment.