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

Convert list comprehension to generator #314

Merged
merged 1 commit into from
Aug 12, 2019
Merged

Convert list comprehension to generator #314

merged 1 commit into from
Aug 12, 2019

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Aug 12, 2019

Addresses flake8 C412 errors introduced by flake8-comprehension 2.2.0

https://github.com/adamchainz/flake8-comprehensions/blob/master/README.rst#c412-unnecessary-list-comprehension---in-can-take-a-generator

See ros2/build_farmer#228

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

Addresses flake8 C412 errors introduced by flake8-comprehension 2.2.0

Signed-off-by: Scott K Logan <logans@cottsay.net>
@cottsay cottsay self-assigned this Aug 12, 2019
@cottsay cottsay merged commit e24cf7b into master Aug 12, 2019
@delete-merged-branch delete-merged-branch bot deleted the flake8_c412 branch August 12, 2019 20:25
esteve pushed a commit to esteve/ros2cli that referenced this pull request Dec 16, 2022
Signed-off-by: Keng12 <k.chaig1@gmail.com>
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