From afbaea870b2340b4c9e01f5651629cfece545304 Mon Sep 17 00:00:00 2001 From: chengyongru Date: Fri, 15 May 2026 16:02:09 +0800 Subject: [PATCH] style: fix extra blank line in search.py --- nanobot/agent/tools/search.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nanobot/agent/tools/search.py b/nanobot/agent/tools/search.py index b495a451f..49448030b 100644 --- a/nanobot/agent/tools/search.py +++ b/nanobot/agent/tools/search.py @@ -109,7 +109,6 @@ class _SearchTool(_FsTool): yield current / filename - class GrepTool(_SearchTool): """Search file contents using a regex-like pattern.""" _scopes = {"core", "subagent"}