Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

♻️ Refactor getting first item from list in fastapi/utils.py #11436

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jd-solanki
Copy link

Changes according to ruff linting rule

@tiangolo tiangolo changed the title perf: instead of creating list of method use iterator ♻️ Refactor getting first item from list in fastapi/utils.py Apr 19, 2024
@Jaza
Copy link

Jaza commented May 1, 2024

Looks good to me. Per the ruff rule description, doing it this way is less expensive, and basically has the same behaviour. Tests / docs shouldn't need updating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants