fix duckduckgosearch.py bug (#1410)

### What problem does this PR solve?

fix duckduckgosearch.py bug

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
H 2024-07-08 10:33:26 +08:00 committed by GitHub
parent 6144a109ab
commit e3f5464457
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
import random
from abc import ABC
from functools import partial
from duckduckgosearch import DDGS
from duckduckgo_search import DDGS
import pandas as pd
from graph.component.base import ComponentBase, ComponentParamBase