Skip to content

Commit 7ef2374

Browse files
authored
move comment
1 parent 069587b commit 7ef2374

File tree

1 file changed

+1
-1
lines changed
  • packages/toolbox-core/src/toolbox_core

1 file changed

+1
-1
lines changed

packages/toolbox-core/src/toolbox_core/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ def __parse_tool(
8888
base_url=self.__base_url,
8989
name=name,
9090
description=schema.description,
91+
# create a read-only values to prevent mutation
9192
params=tuple(params),
92-
# create a read-only values for the maps to prevent mutation
9393
required_authn_params=types.MappingProxyType(authn_params),
9494
auth_service_token_getters=types.MappingProxyType(auth_token_getters),
9595
bound_params=types.MappingProxyType(bound_params),

0 commit comments

Comments
 (0)