Skip to content

Commit

Permalink
Merge pull request #1647 from brichet/remove_notebook_dependency
Browse files Browse the repository at this point in the history
Remove a remaining dependency to notebook
  • Loading branch information
brichet authored Jul 19, 2022
2 parents b4b55aa + 870ef0e commit 1a7622f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbgrader/server_extensions/assignment_list/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from tornado import web
from textwrap import dedent

from notebook.utils import url_path_join as ujoin
from jupyter_server.utils import url_path_join as ujoin
from jupyter_server.base.handlers import JupyterHandler
from traitlets import Unicode, default
from traitlets.config import LoggingConfigurable, Config
Expand Down

0 comments on commit 1a7622f

Please sign in to comment.