Browse Source

✏️ Update fastapi/.agents/skills/fastapi/SKILL.md

Co-authored-by: Alejandra <[email protected]>
pull/14982/head
Sebastián Ramírez 5 months ago
committed by GitHub
parent
commit
26d2df3d08
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      fastapi/.agents/skills/fastapi/SKILL.md

2
fastapi/.agents/skills/fastapi/SKILL.md

@ -478,7 +478,7 @@ In case of doubt, or by default, use regular `def` functions, those will be run
The same rules apply to dependencies.
Make sure blocking code is not run inside of `async` functions. The logic will work, but will damage heavily the performance.
Make sure blocking code is not run inside of `async` functions. The logic will work, but will damage the performance heavily.
### Asyncer

Loading…
Cancel
Save