[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-10-15 04:19:21 +00:00
parent 024fd95261
commit 0840c26e94
2 changed files with 5 additions and 8 deletions

View file

@ -82,7 +82,7 @@ class GZipRequestMiddleware:
sent = False
# needed some odd logic here to handle gzip stream so just returning an empty body
# needed some odd logic here to handle gzip stream so just returning an empty body
async def new_receive():
nonlocal sent
if sent: