We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929fb79 commit e3f5a39Copy full SHA for e3f5a39
1 file changed
openedx/core/djangoapps/user_api/accounts/tests/test_utils.py
@@ -1,6 +1,5 @@
1
""" Unit tests for custom UserProfile properties. """
2
3
-
4
import ddt
5
from completion import models
6
from completion.test_utils import CompletionWaffleTestMixin
@@ -12,7 +11,7 @@
12
11
13
from common.djangoapps.student.models import CourseEnrollment
14
from common.djangoapps.student.tests.factories import UserFactory
15
-from openedx.core.djangoapps.user_api.accounts.signals import get_redacted_social_auth_uid, redact_social_auth_pii_before_deletion
+from openedx.core.djangoapps.user_api.accounts.signals import redact_social_auth_pii_before_deletion
16
from openedx.core.djangoapps.user_api.accounts.utils import (
17
redact_and_delete_social_auth,
18
retrieve_last_sitewide_block_completed,
0 commit comments