Skip to content

Commit

Permalink
Remove unnecessary function call
Browse files Browse the repository at this point in the history
  • Loading branch information
heshammourad committed Dec 18, 2024
1 parent 36a2b99 commit 97dbf74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions messages/leaderboards.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ def process(team_abbrev, lineup):
def get_trophies(league):
box_scores = league.box_scores(league.current_week - 1)

functionality.optimal_team_scores(league, full_report=True)

trophies_section = utils.get_section_header('Trophies')

scores = []
Expand Down

0 comments on commit 97dbf74

Please sign in to comment.