Commit e3975757 by Vik Paruchuri

Remove import statements

parent e1b2481c
...@@ -4,7 +4,6 @@ from staff_grading_service import StaffGradingService ...@@ -4,7 +4,6 @@ from staff_grading_service import StaffGradingService
from open_ended_grading.controller_query_service import ControllerQueryService from open_ended_grading.controller_query_service import ControllerQueryService
import json import json
from student.models import unique_id_for_user from student.models import unique_id_for_user
import open_ended_util
from courseware.models import StudentModule from courseware.models import StudentModule
import logging import logging
from courseware.access import has_access from courseware.access import has_access
......
...@@ -16,7 +16,6 @@ from xmodule.open_ended_grading_classes.grading_service_module import GradingSer ...@@ -16,7 +16,6 @@ from xmodule.open_ended_grading_classes.grading_service_module import GradingSer
import json import json
from student.models import unique_id_for_user from student.models import unique_id_for_user
import open_ended_util
import open_ended_notifications import open_ended_notifications
from xmodule.modulestore.django import modulestore from xmodule.modulestore.django import modulestore
......
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