From d788e5b2f73ac883d4a579fd89cddf3e29c62b24 Mon Sep 17 00:00:00 2001 From: Richard Tang Date: Thu, 16 Apr 2026 23:33:48 -0700 Subject: [PATCH] chore: ruff lint --- tools/src/gcu/browser/bridge_tools.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/src/gcu/browser/bridge_tools.py b/tools/src/gcu/browser/bridge_tools.py index 96f2adac..e78a76b0 100644 --- a/tools/src/gcu/browser/bridge_tools.py +++ b/tools/src/gcu/browser/bridge_tools.py @@ -46,7 +46,10 @@ TOOL_SCHEMAS: dict[str, dict] = { }, }, "browser_type_focused": { - "description": "Type text into the already-focused element. Use after browser_click_coordinate has focused the target. Faster than browser_press for multi-character input.", + "description": ( + "Type text into the already-focused element. Use after browser_click_coordinate " + "has focused the target. Faster than browser_press for multi-character input." + ), "params": { "text": {"type": "string", "required": True}, "tab_id": {"type": "integer"},