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

fix new linter warnings as of flake8-comprehensions 3.1.0 #399

Merged
merged 1 commit into from
Nov 15, 2019

Conversation

dirk-thomas
Copy link
Member

Address new linter warnings.

It didn't make sense that the functions were already sorting their return value since in several cases the caller doesn't care about the order. Therefore I moved the sorting to the callers where applicable.

@dirk-thomas dirk-thomas self-assigned this Nov 15, 2019
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
@dirk-thomas dirk-thomas force-pushed the dirk-thomas/fix-flake8-comprehensions branch from fb01db5 to 51dc8d3 Compare November 15, 2019 21:08
@dirk-thomas
Copy link
Member Author

  • Linux CI: Build Status

@dirk-thomas dirk-thomas merged commit 946ae91 into master Nov 15, 2019
@delete-merged-branch delete-merged-branch bot deleted the dirk-thomas/fix-flake8-comprehensions branch November 15, 2019 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants