style: fix extra blank line in search.py

This commit is contained in:
chengyongru 2026-05-15 16:02:09 +08:00 committed by Xubin Ren
parent f9cb0f22bd
commit afbaea870b

View File

@ -109,7 +109,6 @@ class _SearchTool(_FsTool):
yield current / filename yield current / filename
class GrepTool(_SearchTool): class GrepTool(_SearchTool):
"""Search file contents using a regex-like pattern.""" """Search file contents using a regex-like pattern."""
_scopes = {"core", "subagent"} _scopes = {"core", "subagent"}