Sebastián Ramírez
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
fastapi/.agents/skills/fastapi/SKILL.md
|
|
|
@ -403,7 +403,7 @@ def get_user_me(username: UserNameDep): |
|
|
|
|
|
|
|
Avoid creating class dependencies when possible. |
|
|
|
|
|
|
|
If a class is needed, instead create a regular function dependency that return a class instance. |
|
|
|
If a class is needed, instead create a regular function dependency that returns a class instance. |
|
|
|
|
|
|
|
Do this: |
|
|
|
|
|
|
|
|