Skip to content

Commit d851918

Browse files
theprashasstmdrxy
authored andcommitted
Update test_duckduckdgo_search_api.py import (#248)
DuckDuckGoSearch is changed to ddgs This package (duckduckgo_search) has been renamed to ddgs! New package: https://pypi.org/project/ddgs/ Dux Distributed Global Search. A metasearch library that aggregates results from diverse web search services. Co-authored-by: Mason Daugherty <[email protected]>
1 parent 0628fe8 commit d851918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/community/tests/integration_tests/utilities/test_duckduckdgo_search_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
def ddg_installed() -> bool:
1010
try:
11-
from duckduckgo_search import DDGS # noqa: F401
11+
from ddgs import DDGS # noqa: F401
1212

1313
return True
1414
except Exception as e:

0 commit comments

Comments
 (0)