Files changed (1) hide show
  1. tools/web_search.py +2 -2
tools/web_search.py CHANGED
@@ -1,8 +1,8 @@
1
  from typing import Any, Optional
2
  from smolagents.tools import Tool
3
- import xml
4
- import requests
5
  import html
 
 
6
 
7
  class WebSearchTool(Tool):
8
  name = "web_search"
 
1
  from typing import Any, Optional
2
  from smolagents.tools import Tool
 
 
3
  import html
4
+ import requests
5
+ import xml
6
 
7
  class WebSearchTool(Tool):
8
  name = "web_search"