diff --git a/tests/base/test_handlers.py b/tests/base/test_handlers.py index 7075e9c0fe..f0b54e18c2 100644 --- a/tests/base/test_handlers.py +++ b/tests/base/test_handlers.py @@ -12,7 +12,6 @@ from jupyter_server.auth import AllowAllAuthorizer, IdentityProvider, User from jupyter_server.auth.decorator import allow_unauthenticated from jupyter_server.base.handlers import ( - APIDocsHandler, APIHandler, APIVersionHandler, AuthenticatedFileHandler, @@ -23,6 +22,7 @@ RedirectWithParams, ) from jupyter_server.serverapp import ServerApp +from jupyter_server.services.api.handlers import APIDocsHandler from jupyter_server.utils import url_path_join