Commit 197f50b9 by Christine Lytwynec

fix pep8 violation

parent 5be9488f
......@@ -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