BOM-2352: Removed unused imports from lms/djangoapps/{email_marketing, experiments}

This commit is contained in:
Jawayria
2021-02-16 14:14:57 +05:00
parent 789af8d4ac
commit bd08f0d755
4 changed files with 7 additions and 16 deletions

View File

@@ -23,9 +23,6 @@ from openedx.core.djangoapps.schedules.models import Schedule
from openedx.features.course_duration_limits.access import get_user_course_duration, get_user_course_expiration_date
from xmodule.partitions.partitions_service import get_all_partitions_for_course, get_user_partition_groups
# Import this for backwards compatibility (so that anyone importing this function from here doesn't break)
from .stable_bucketing import stable_bucketing_hash_group # pylint: disable=unused-import
logger = logging.getLogger(__name__)