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:
parent
6144a109ab
commit
e3f5464457
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue