🚨 auto fix by pre-commit hooks

This commit is contained in:
pre-commit-ci[bot] 2025-06-27 16:36:23 +00:00
parent 3343b83ad0
commit b078611f80
2 changed files with 1 additions and 2 deletions

View File

@ -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]: