Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennanB committed Aug 15, 2024
1 parent 6e9e77b commit 37a3b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ranked/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from django.db.models import Max, Min, F, FloatField
from datetime import datetime, timezone
from .templatetags.rank_filter import mmr_to_rank
from ranked.templatetags.rank_filter import mmr_to_rank
from .serializers import LeaderboardSerializer


Expand Down

0 comments on commit 37a3b18

Please sign in to comment.