fix error msg ref to beautifulsoup4 (#3242)

Co-authored-by: Daniel Chalef <daniel.chalef@private.org>
fix_agent_callbacks
Daniel Chalef 1 year ago committed by GitHub
parent 7d3e6389f2
commit ae528fd06e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,8 @@ class BSHTMLLoader(BaseLoader):
import bs4 # noqa:F401
except ImportError:
raise ValueError(
"bs4 package not found, please install it with " "`pip install bs4`"
"beautifulsoup4 package not found, please install it with "
"`pip install beautifulsoup4`"
)
self.file_path = file_path

Loading…
Cancel
Save