Skip to content

Commit 3924eec

Browse files
committed
Order imports properly.
1 parent 29e3563 commit 3924eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xbox/webapi/common/signed_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
A wrapper around httpx' AsyncClient which transparently calculates the "Signature" header.
44
"""
55

6-
from ssl import SSLContext
76
import httpx
87

8+
from ssl import SSLContext
99
from xbox.webapi.common.request_signer import RequestSigner
1010

1111

0 commit comments

Comments
 (0)