ソースを参照

Fix component debug (#1583)

### What problem does this PR solve?

#1582 

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.9.0
H 1年前
コミット
4d10dbcf95
コミッターのメールアドレスに関連付けられたアカウントが存在しません
2個のファイルの変更2行の追加2行の削除
  1. 1
    1
      graph/component/baidu.py
  2. 1
    1
      graph/component/duckduckgo.py

+ 1
- 1
graph/component/baidu.py ファイルの表示

@@ -19,7 +19,7 @@ from functools import partial
import pandas as pd
import requests
import re
from graph.settings import DEBUG
from graph.component.base import ComponentBase, ComponentParamBase

+ 1
- 1
graph/component/duckduckgo.py ファイルの表示

@@ -18,7 +18,7 @@ from abc import ABC
from functools import partial
from duckduckgo_search import DDGS
import pandas as pd
from graph.settings import DEBUG
from graph.component.base import ComponentBase, ComponentParamBase



読み込み中…
キャンセル
保存