refactor: pyupgrade in profile_images, programs, safe_sessions (#26953)
This commit is contained in:
@@ -10,7 +10,7 @@ class ProgramsConfig(AppConfig):
|
||||
"""
|
||||
Default configuration for the "openedx.core.djangoapps.programs" Django application.
|
||||
"""
|
||||
name = u'openedx.core.djangoapps.programs'
|
||||
name = 'openedx.core.djangoapps.programs'
|
||||
|
||||
def ready(self):
|
||||
# noinspection PyUnresolvedReferences
|
||||
|
||||
Reference in New Issue
Block a user