Skip to content

Commit b92187b

Browse files
authored
Merge pull request lightspeed-core#1653 from tisnik/lcore-2087-fix-misleading-docstring
LCORE-2087: Fix misleading docstring
2 parents 4f61881 + 137ac9e commit b92187b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/utils/llama_stack_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def _get_llama_stack_client() -> AsyncLlamaStackClient:
4343

4444

4545
async def _unregister_toolgroup_async(identifier: str) -> None:
46-
"""Unregister a toolgroup by identifier; return (provider_id, provider_shield_id) for restore."""
46+
"""Unregister a toolgroup by identifier."""
4747
client = _get_llama_stack_client()
4848
try:
4949
await client.toolgroups.unregister(identifier)

0 commit comments

Comments
 (0)