Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Use aiohttp instead of waiting for blocking calls (#227)
* Use native async call instead of converting blocking calls * remove nullable declarations * fixs * Fix star expression * fix gather again * remove unused private function * Fix naming conflict * Add the deleted function back. Disable the warning instead. * remove trailing space * handle wrong mime type from cloud * Fix request header * fix missing await
- Loading branch information