You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaced list comprehension with a generator expression in the `any()` call to address the `use-a-generator / R1729` pylint warning.
This improves efficiency by avoiding creation of an intermediate list.
0 commit comments