Skip to content

Commit 5a521e3

Browse files
Mariko WakabayashiZsailer
authored andcommitted
Add new async classes to serverapp
1 parent 6bd874d commit 5a521e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyter_server/serverapp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,8 +553,8 @@ class ServerApp(JupyterApp):
553553
aliases = Dict(aliases)
554554

555555
classes = [
556-
KernelManager, Session, MappingKernelManager, KernelSpecManager,
557-
ContentsManager, FileContentsManager, NotebookNotary,
556+
KernelManager, Session, MappingKernelManager, KernelSpecManager, AsyncMappingKernelManager,
557+
ContentsManager, FileContentsManager, AsyncContentsManager, AsyncFileContentsManager, NotebookNotary,
558558
GatewayKernelManager, GatewayKernelSpecManager, GatewaySessionManager, GatewayClient
559559
]
560560

0 commit comments

Comments
 (0)