Skip to content

Commit

Permalink
Refactor high_stakes_clean_code_check function to use check_skills_ch…
Browse files Browse the repository at this point in the history
…allenge_score
  • Loading branch information
NicholasBottone committed Jul 14, 2024
1 parent cd53aea commit 96311d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion highscores/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def crescendo_clean_code_check(score_obj: Score) -> Union[str, None]:


def high_stakes_clean_code_check(score_obj: Score) -> Union[str, None]:
return clean_code_check(score_obj, check_high_stakes_game_settings, check_score)
return clean_code_check(score_obj, check_high_stakes_game_settings, check_skills_challenge_score)


def extract_clean_code_info(score_obj: Score) -> tuple[str, list[str], str, str, str, str, str]:
Expand Down

0 comments on commit 96311d3

Please sign in to comment.