Commit a63013c2 by Christine Lytwynec

Merge pull request #6239 from edx/clytwynec/fix_pep8_violation

fix pep8 violation
parents 5be9488f 197f50b9
......@@ -205,7 +205,7 @@ def _upload_asset(request, course_key):
filename=filename,
size_mb=settings.MAX_ASSET_UPLOAD_FILE_SIZE_IN_MB,
faq_url=settings.MAX_ASSET_UPLOAD_FILE_SIZE_URL,
)
)
}, status=413)
content_loc = StaticContent.compute_location(course_key, filename)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment