Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
unStatiK committed Dec 24, 2024
1 parent 2750435 commit 94e3ecc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/rating/management/commands/update_trueskill.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def get_tournament(pantheon_type, tournament_id):
print(f"found not unique Tournament [type={pantheon_type} id={tournament_id}]")
raise e


def get_rating_by_type(type):
if ExternalRating.TYPES[ExternalRating.TRUESKILL][1] == type.upper():
return ExternalRating.objects.get_or_create(
Expand Down

0 comments on commit 94e3ecc

Please sign in to comment.