Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DeepSource issue: Unnecessary generator
It is unnecessary to use `list`, `set`, `dict` around a generator expression to get object of that type, since there are comprehensions for these types.
- Loading branch information