Commit 9067ebe8 by Waheed Ahmed

Fixed import of "dog_stats_api" in staff_grading_service.py.

LMS-2521
parent 745924b7
...@@ -20,6 +20,7 @@ from student.models import unique_id_for_user ...@@ -20,6 +20,7 @@ from student.models import unique_id_for_user
from util.json_request import expect_json from util.json_request import expect_json
from open_ended_grading.utils import does_location_exist from open_ended_grading.utils import does_location_exist
from dogapi import dog_stats_api
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
......
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