Skip to content

Commit e006978

Browse files
committed
Remove import from job search agent example
1 parent bdc216d commit e006978

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/use-cases/jobsearch-agent.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ First, we need to import the necessary modules. Each module serves a specific pu
1515
* `Console` and `Markdown` from the `rich` library are used for printing formatted outputs.
1616

1717
```python
18-
from openagi.actions.tools.searchapi_search import SearchApiSearch
1918
from openagi.actions.tools.serp_search import GoogleSerpAPISearch
2019
from openagi.actions.tools.ddg_search import DuckDuckGoSearch
2120
from openagi.agent import Admin

0 commit comments

Comments
 (0)