This commit is contained in:
Hemanth Thirthahalli 2025-11-13 16:17:51 +05:30
parent 1cf0d76ade
commit ae3636e1ea
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class UploadFile(StarletteUploadFile):
To be awaitable, compatible with async, this is run in threadpool.
"""
return await super().close()
async def read_text(
self,
encoding: Annotated[