Skip to content

Commit

Permalink
update import order
Browse files Browse the repository at this point in the history
  • Loading branch information
myslak71 authored and myslak71 committed Feb 21, 2019
1 parent 09c2734 commit 3e3ada5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duels/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
)
from rest_framework.response import Response

from common.utils.count_percentage import count_percentage
from duels.models import Duel, Dataset, Algorithm, DefaultAlgorithm
from .serializers import DuelSerializer, UserSerializer, DatasetSerializer, AlgorithmSerializer
from common.utils.count_percentage import count_percentage


class UserListView(ListAPIView):
Expand Down

0 comments on commit 3e3ada5

Please sign in to comment.