fix: refactor code based on pep-8 guideline
This commit is contained in:
committed by
Muhammad Faraz Maqsood
parent
ca45009a31
commit
e2ce7debf2
@@ -10,8 +10,7 @@ def cms_api_filter(endpoints):
|
||||
"""
|
||||
filtered = []
|
||||
CMS_PATH_PATTERN = re.compile(
|
||||
r"^/api/contentstore/v0/(xblock|videos|video_transcripts|file_assets|"
|
||||
r"youtube_transcripts|link_check|link_check_status)"
|
||||
r"^/api/contentstore/v0/(xblock|videos|video_transcripts|file_assets|youtube_transcripts)"
|
||||
)
|
||||
|
||||
for path, path_regex, method, callback in endpoints:
|
||||
|
||||
Reference in New Issue
Block a user