diff --git a/ingestify/infra/fetch/http.py b/ingestify/infra/fetch/http.py index a78e0c3..f9dd38a 100644 --- a/ingestify/infra/fetch/http.py +++ b/ingestify/infra/fetch/http.py @@ -23,8 +23,8 @@ # Create a new session object session = requests.Session() -session.mount('http://', adapter) -session.mount('https://', adapter) +session.mount("http://", adapter) +session.mount("https://", adapter) def retrieve_http(