We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342a1d2 commit 8d08f24Copy full SHA for 8d08f24
1 file changed
runpod/http_client.py
@@ -29,9 +29,9 @@ def get_auth_header():
29
"Content-Type": "application/json",
30
"Authorization": auth,
31
"User-Agent": USER_AGENT,
32
+ "Accept-Encoding": "gzip, deflate",
33
}
34
-
35
def AsyncClientSession(*args, **kwargs): # pylint: disable=invalid-name
36
"""
37
Deprecation from aiohttp.ClientSession forbids inheritance.
@@ -50,4 +50,4 @@ class SyncClientSession(requests.Session):
50
51
Inherits requests.Session to override `request()` method for tracing
52
53
- pass
+ pass
0 commit comments