Commit b6dc622e by kimth

Remove temporary datetime

parent c39edb65
...@@ -252,7 +252,6 @@ def get_shared_instance_module(user, module, student_module_cache): ...@@ -252,7 +252,6 @@ def get_shared_instance_module(user, module, student_module_cache):
else: else:
return None return None
from datetime import datetime
@csrf_exempt @csrf_exempt
def xqueue_callback(request, userid, id, dispatch): def xqueue_callback(request, userid, id, dispatch):
''' '''
......
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