Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvo committed Oct 9, 2024
1 parent b6b662a commit 19d07c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ingestify/infra/fetch/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 19d07c1

Please sign in to comment.