style: format python imports
This commit is contained in:
parent
160f5e14ce
commit
7bf3a3f085
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
from typing import Optional
|
||||
|
||||
from loguru import logger
|
||||
from requests import Response
|
||||
from requests import Session as BaseSession
|
||||
from requests import Response, Session as BaseSession
|
||||
from requests.adapters import HTTPAdapter
|
||||
from requests.exceptions import RequestException
|
||||
from urllib3.util import Retry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue