Skip to content

Commit

Permalink
feat(launcpad)
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh-mk committed Jun 14, 2024
1 parent 54ca1de commit 7599744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/launchpad/launchpad_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from rest_framework.views import APIView

from .serializers import LaunchpadLeaderBoardSerializer, LaunchpadParticipantsSerializer, \
from .serializers import LaunchpadLeaderBoardSerializer, LaunchpadParticipantsSerializer
from utils.response import CustomResponse
from utils.utils import CommonUtils
from db.user import User, UserRoleLink
Expand Down

0 comments on commit 7599744

Please sign in to comment.