Diomedes Git
commited on
Commit
·
0488605
1
Parent(s):
ad39c93
serpapi dependency issue
Browse files
src/cluas_mcp/news/news_search_entrypoint.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
import logging
|
| 3 |
-
from serpapi import GoogleSearch
|
| 4 |
|
| 5 |
logger = logging.getLogger(__name__)
|
| 6 |
|
|
|
|
| 1 |
import os
|
| 2 |
import logging
|
| 3 |
+
from serpapi.google_search import GoogleSearch
|
| 4 |
|
| 5 |
logger = logging.getLogger(__name__)
|
| 6 |
|