Skip to content

Commit

Permalink
fix: import error
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinan029 committed Nov 13, 2023
1 parent 6eea135 commit bcc0a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise_access/apps/content_assignments/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
from opaque_keys.edx.keys import CourseKey
from opaque_keys.edx.locator import CourseLocator

from enterprise_access.apps.content_assignments.tasks import send_cancel_email_for_pending_assignment
from enterprise_access.apps.content_metadata.api import get_and_cache_catalog_content_metadata
from enterprise_access.apps.core.models import User
from enterprise_access.apps.api.tasks import send_cancel_email_for_pending_assignment
from enterprise_access.apps.subsidy_access_policy.content_metadata_api import get_and_cache_content_metadata

from .constants import LearnerContentAssignmentStateChoices
Expand Down

0 comments on commit bcc0a2c

Please sign in to comment.