yetessam commited on
Commit
54c64a8
·
verified ·
1 Parent(s): 185a3f4

Update tools/web_search.py

Browse files
Files changed (1) hide show
  1. tools/web_search.py +2 -2
tools/web_search.py CHANGED
@@ -50,7 +50,7 @@ class DuckDuckGoSearchTool(Tool):
50
 
51
 
52
  if not results:
53
- raise RuntimeError("Results were returned but none contained valid URLs.")
54
 
55
- return results
56
 
 
50
 
51
 
52
  if not results:
53
+ raise RuntimeError("Results were returned but none contained valid URLs.")
54
 
55
+ return results
56