Loading
fix(aurweb): unnecessary generators that can be rewritten as set comprehensions
It is unnecessary to use set around a generator expression, since there are equivalent comprehensions for these types. Using a comprehension is clearer and more idiomatic.