Skip to content

Commit

Permalink
Update grader_convert dependencies to use grader_service
Browse files Browse the repository at this point in the history
  • Loading branch information
meffmadd committed Jan 17, 2024
1 parent 7db95c8 commit 12b6173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grader_labextension/handlers/version_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
from urllib.parse import unquote, quote
from tornado.web import HTTPError

from grader_convert.converters.base import GraderConvertException
from grader_convert.converters.generate_assignment import GenerateAssignment
from grader_service.convert.converters.base import GraderConvertException
from grader_service.convert.converters.generate_assignment import GenerateAssignment
from .base_handler import ExtensionBaseHandler, cache
from ..api.models.submission import Submission
from ..registry import register_handler
Expand Down

0 comments on commit 12b6173

Please sign in to comment.