Browse Source

ruff fix

pull/14347/head
Hemanth Thirthahalli 8 months ago
parent
commit
ae3636e1ea
  1. 2
      fastapi/datastructures.py

2
fastapi/datastructures.py

@ -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…
Cancel
Save