Skip to content

Commit 88e669b

Browse files
committed
refactor: restore clean dot-notation for registry assignment
1 parent 21a4308 commit 88e669b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/google/adk_community/plugins/taxonomy/taxonomy_plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ async def before_tool_callback(
107107
if tool.name not in _SKILL_GATE_TOOLS:
108108
return None
109109

110-
# Rule 5 Assertions
111110
assert tool is not None, "Intercepted tool cannot be None"
112111
assert isinstance(tool_args, dict), "tool_args must be a dictionary"
113112
assert tool_context is not None, "tool_context cannot be None"

0 commit comments

Comments
 (0)