damccorm commented on PR #37672: URL: https://github.com/apache/beam/pull/37672#issuecomment-3955719635
Agreed that most are unrelated. The linting is caused by this PR though, and we'll need to fix before merging. Looking at the check, I see the following output: ``` Running pylint... ************* Module apache_beam.examples.snippets.transforms.aggregation.groupby_two_exprs apache_beam/examples/snippets/transforms/aggregation/groupby_two_exprs.py:53:6: W0106: Expression "grouped | beam.Map(print)" is assigned to nothing (expression-not-assigned) ************* Module apache_beam.examples.snippets.transforms.aggregation.groupby_expr_aggregate apache_beam/examples/snippets/transforms/aggregation/groupby_expr_aggregate.py:65:6: W0106: Expression "grouped | beam.Map(print)" is assigned to nothing (expression-not-assigned) ************* Module apache_beam.examples.snippets.transforms.aggregation.groupby_expr apache_beam/examples/snippets/transforms/aggregation/groupby_expr.py:52:6: W0106: Expression "grouped | beam.Map(print)" is assigned to nothing (expression-not-assigned) ************* Module apache_beam.examples.snippets.transforms.aggregation.groupby_global_aggregate apache_beam/examples/snippets/transforms/aggregation/groupby_global_aggregate.py:66:6: W0106: Expression "grouped | beam.Map(print)" is assigned to nothing (expression-not-assigned) ************* Module apache_beam.examples.snippets.transforms.aggregation.groupby_attr apache_beam/examples/snippets/transforms/aggregation/groupby_attr.py:60:6: W0106: Expression "grouped | beam.Map(print)" is assigned to nothing (expression-not-assigned) ************* Module apache_beam.examples.snippets.transforms.aggregation.groupby_attr_expr apache_beam/examples/snippets/transforms/aggregation/groupby_attr_expr.py:63:6: W0106: Expression "grouped | beam.Map(print)" is assigned to nothing (expression-not-assigned) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
