⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions runpod/http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ def get_auth_header():
"Content-Type": "application/json",
"Authorization": auth,
"User-Agent": USER_AGENT,
"Accept-Encoding": "gzip, deflate",
}


def AsyncClientSession(*args, **kwargs): # pylint: disable=invalid-name
"""
Deprecation from aiohttp.ClientSession forbids inheritance.
Expand All @@ -50,4 +50,4 @@ class SyncClientSession(requests.Session):
"""
Inherits requests.Session to override `request()` method for tracing
"""
pass
pass
Loading