Python-modernize on edx-platform (350 of 380)
After executing python-modernize and isort, few changes occurred in import sequence as well as unicode func is replaced by six.text_type func. INCR-453
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
"""
|
||||
Badges related signal handlers.
|
||||
"""
|
||||
from __future__ import absolute_import
|
||||
|
||||
from django.dispatch import receiver
|
||||
|
||||
from lms.djangoapps.badges.events.course_meta import award_enrollment_badge
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
"""
|
||||
Email-marketing-related models.
|
||||
"""
|
||||
from __future__ import absolute_import
|
||||
|
||||
from config_models.models import ConfigurationModel
|
||||
from django.db import models
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
Reference in New Issue
Block a user