mirror of https://github.com/tiangolo/fastapi.git
ruff fix
This commit is contained in:
parent
1cf0d76ade
commit
ae3636e1ea
|
|
@ -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[
|
||||
|
|
|
|||
Loading…
Reference in New Issue