mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
🚨 auto fix by pre-commit hooks
This commit is contained in:
parent
3343b83ad0
commit
b078611f80
@ -640,7 +640,6 @@ class AsyncHttpx:
|
||||
_results = sorted(iter(_results), key=lambda r: r["elapsed_time"])
|
||||
return [result["url"] for result in _results]
|
||||
|
||||
|
||||
@classmethod
|
||||
@asynccontextmanager
|
||||
async def temporary_client(cls, **kwargs) -> AsyncGenerator[AsyncClient, None]:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user