Skip to content

Commit

Permalink
Make black happy
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje committed Oct 5, 2023
1 parent 58e87f7 commit de23db6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions haystack/preview/components/fetchers/link_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@
import requests
from requests import Response
from requests.exceptions import HTTPError
from tenacity import (
RetryCallState,
retry,
retry_if_exception_type,
stop_after_attempt,
wait_exponential,
)
from tenacity import RetryCallState, retry, retry_if_exception_type, stop_after_attempt, wait_exponential

from haystack import __version__
from haystack.preview import component, default_from_dict, default_to_dict
Expand Down

0 comments on commit de23db6

Please sign in to comment.