Skip to content

Commit

Permalink
rm unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed May 16, 2024
1 parent ea5c299 commit a0801bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion haystack/components/converters/html.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def run(
logger.warning("Could not read {source}. Skipping it. Error: {error}", source=source, error=e)
continue

text = None
try:
text = extract(bytestream.data.decode("utf-8"), **merged_extraction_kwargs)
except Exception as conversion_e:
Expand Down

0 comments on commit a0801bc

Please sign in to comment.