style: format python imports
This commit is contained in:
parent
160f5e14ce
commit
7bf3a3f085
|
@ -1,8 +1,7 @@
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
from loguru import logger
|
from loguru import logger
|
||||||
from requests import Response
|
from requests import Response, Session as BaseSession
|
||||||
from requests import Session as BaseSession
|
|
||||||
from requests.adapters import HTTPAdapter
|
from requests.adapters import HTTPAdapter
|
||||||
from requests.exceptions import RequestException
|
from requests.exceptions import RequestException
|
||||||
from urllib3.util import Retry
|
from urllib3.util import Retry
|
||||||
|
|
Loading…
Reference in New Issue