Commit 2f1421a5 by Christine Lytwynec Committed by Zia Fazal

fix pep8 violation

parent 7ff3f09e
......@@ -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