mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
lint fix
This commit is contained in:
@@ -79,6 +79,6 @@ async def download(
|
||||
),
|
||||
}
|
||||
async with aiohttp.ClientSession(**kwargs) as session:
|
||||
async with session.get(url, verify_ssl=verify) as response:
|
||||
async with session.get(url, verify_ssl=verify) as response: # type: ignore
|
||||
raise_not_200(response)
|
||||
yield response
|
||||
|
||||
Reference in New Issue
Block a user