Skip to content

Commit

Permalink
Order imports properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmeglio committed Dec 29, 2024
1 parent 29e3563 commit 3924eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbox/webapi/common/signed_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
A wrapper around httpx' AsyncClient which transparently calculates the "Signature" header.
"""

from ssl import SSLContext
import httpx

from ssl import SSLContext
from xbox.webapi.common.request_signer import RequestSigner


Expand Down

0 comments on commit 3924eec

Please sign in to comment.