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

@@ -15,7 +15,7 @@ class VideoUploadConfig(ConfigurationModel):
"""
profile_whitelist = TextField(
blank=True,
help_text=u"A comma-separated list of names of profiles to include in video encoding downloads."
help_text="A comma-separated list of names of profiles to include in video encoding downloads."
)
@classmethod