Skip to content

Commit

Permalink
fix duckduckgosearch.py bug (infiniflow#1410)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

fix duckduckgosearch.py bug

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
  • Loading branch information
guoyuhao2330 authored Jul 8, 2024
1 parent e0b7040 commit b75453e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph/component/duckduckgosearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b75453e

Please sign in to comment.