Skip to content

Commit

Permalink
Merge pull request #1967 from jelanmathewjames/dev
Browse files Browse the repository at this point in the history
fix import error
  • Loading branch information
jelanmathewjames authored May 29, 2024
2 parents 5f34bc3 + d224543 commit 6079fc6
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 launchpad.serializers import LaunchpadLeaderBoardSerializer
from .serializers import LaunchpadLeaderBoardSerializer
from utils.response import CustomResponse
from utils.utils import CommonUtils
from db.user import User
Expand Down

0 comments on commit 6079fc6

Please sign in to comment.