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
Sourcery suggested:
In stats_collectors, using collectors.extend(generator) works but is
less self-documenting than a direct list comprehension; consider
assigning collectors = [collector(...) for collector in ...] to
match the declared return type and improve readability.
0 commit comments