BOM-2369 (A): pyupgrade on api,contentstore and cms_user_tasks apps under CMS (#26676)

* pyupgrade on cms api,contentstore and cms_user_tasks apps
This commit is contained in:
M. Zulqarnain
2021-03-04 15:06:07 +05:00
committed by GitHub
parent a8449334af
commit 5562944e87
39 changed files with 231 additions and 259 deletions

View File

@@ -12,7 +12,7 @@ class ContentstoreConfig(AppConfig):
"""
Application Configuration for Contentstore.
"""
name = u'cms.djangoapps.contentstore'
name = 'cms.djangoapps.contentstore'
def ready(self):
"""