style: fix extra blank line in search.py

This commit is contained in:
chengyongru
2026-05-15 17:19:00 +08:00
committed by Xubin Ren
parent f9cb0f22bd
commit afbaea870b
-1
View File
@@ -109,7 +109,6 @@ class _SearchTool(_FsTool):
yield current / filename
class GrepTool(_SearchTool):
"""Search file contents using a regex-like pattern."""
_scopes = {"core", "subagent"}