chore: clean code

This commit is contained in:
Soulter
2025-02-06 17:43:04 +08:00
parent fbdf0901d5
commit 58cb9cfb2d
-1
View File
@@ -9,7 +9,6 @@ class Google(SearchEngine):
def __init__(self) -> None:
super().__init__()
self.proxy = os.environ.get("https_proxy")
print(f"Google Search using proxy: {self.proxy}")
async def search(self, query: str, num_results: int) -> List[SearchResult]:
results = []