From 19d07c1028e5df8a5956d2e3607baac35b6e6ffa Mon Sep 17 00:00:00 2001 From: Koen Vossen Date: Wed, 9 Oct 2024 17:02:47 +0200 Subject: [PATCH] Code formatting --- ingestify/infra/fetch/http.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(