Skip to content

Commit

Permalink
fix test import
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed May 3, 2024
1 parent 0d1ddf0 commit 572049c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base/test_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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


Expand Down

0 comments on commit 572049c

Please sign in to comment.