Skip to content

Commit

Permalink
Added usagekey
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandana3008 authored Nov 6, 2024
1 parent 32e60fd commit 8b3d21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/djangoapps/student/views/management.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
from eventtracking import tracker
# Note that this lives in LMS, so this dependency should be refactored.
from opaque_keys import InvalidKeyError
from opaque_keys.edx.keys import CourseKey
from opaque_keys.edx.keys import CourseKey, UsageKey
from pytz import UTC
from rest_framework.decorators import api_view, authentication_classes, permission_classes
from rest_framework.permissions import IsAuthenticated
Expand Down

0 comments on commit 8b3d21c

Please sign in to comment.