mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-14 21:51:25 +00:00
style: code format (#1513)
This commit is contained in:
@@ -37,7 +37,7 @@ class URLKnowledge(Knowledge):
|
||||
if self._loader:
|
||||
documents = self._loader.load()
|
||||
else:
|
||||
from langchain.document_loaders import WebBaseLoader
|
||||
from langchain.document_loaders import WebBaseLoader # mypy: ignore
|
||||
|
||||
if self._path is not None:
|
||||
web_reader = WebBaseLoader(web_path=self._path)
|
||||
|
Reference in New Issue
Block a user