Commit 58615c4c by swdanielli

add docstrings

parent 8ce623ec
...@@ -708,7 +708,7 @@ class RecommenderXBlock(XBlock): ...@@ -708,7 +708,7 @@ class RecommenderXBlock(XBlock):
@XBlock.handler @XBlock.handler
def import_resources(self, request, _suffix=''): def import_resources(self, request, _suffix=''):
""" """
Import resources into the recommender. *THIS IS UNTESTED*. Import resources into the recommender.
""" """
response = Response() response = Response()
response.headers['Content-Type'] = 'text/plain' response.headers['Content-Type'] = 'text/plain'
......
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