We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e3563 commit 3924eecCopy full SHA for 3924eec
xbox/webapi/common/signed_session.py
@@ -3,9 +3,9 @@
3
A wrapper around httpx' AsyncClient which transparently calculates the "Signature" header.
4
"""
5
6
-from ssl import SSLContext
7
import httpx
8
+from ssl import SSLContext
9
from xbox.webapi.common.request_signer import RequestSigner
10
11
0 commit comments