Skip to content

Commit f4fe448

Browse files
committed
moved ListToolInforHandler to separate service, fixed doc strings, cleaned up comments
1 parent 715e76e commit f4fe448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/serverapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2542,7 +2542,7 @@ def load_server_extensions(self) -> None:
25422542

25432543

25442544
def get_tools(self):
2545-
"""Aggregate and return tools + tool metadata from all the extensions that expose them."""
2545+
"""Return tools exposed by all extensions."""
25462546
return self.extension_manager.get_tools()
25472547

25482548
def init_mime_overrides(self) -> None:

0 commit comments

Comments
 (0)