shunping commented on PR #31466: URL: https://github.com/apache/beam/pull/31466#issuecomment-2154915865
Could you please fix the lint? @alxd112 ``` ************* Module apache_beam.options.pipeline_options apache_beam/options/pipeline_options.py:907:0: C0301: Line too long (83/80) (line-too-long) apache_beam/options/pipeline_options.py:913:0: C0301: Line too long (86/80) (line-too-long) ************* Module apache_beam.runners.dataflow.internal.apiclient apache_beam/runners/dataflow/internal/apiclient.py:492:0: C0301: Line too long (105/80) (line-too-long) apache_beam/runners/dataflow/internal/apiclient.py:493:0: C0301: Line too long (107/80) (line-too-long) ************* Module apache_beam.io.gcp.gcsio_test apache_beam/io/gcp/gcsio_test.py:31:0: C0411: third party import "import mock" should be placed before "from apache_beam.metrics.execution import MetricsEnvironment" (wrong-import-order) apache_beam/io/gcp/gcsio_test.py:33:0: C0412: Imports from package apache_beam are not grouped (ungrouped-imports) ``` -- 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]
