udim commented on pull request #14834: URL: https://github.com/apache/beam/pull/14834#issuecomment-843609372
Please fix lint: ``` 14:03:28 --- /home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonLint_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/transforms/create_test.py:before 2021-05-18 20:58:35.790575 14:03:28 +++ /home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonLint_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/transforms/create_test.py:after 2021-05-18 21:03:22.844148 14:03:28 @@ -24,8 +24,8 @@ 14:03:28 from apache_beam import Create 14:03:28 from apache_beam import coders 14:03:28 from apache_beam.coders import FastPrimitivesCoder 14:03:28 +from apache_beam.internal import pickler 14:03:28 from apache_beam.io import source_test_utils 14:03:28 -from apache_beam.internal import pickler 14:03:28 from apache_beam.testing.test_pipeline import TestPipeline 14:03:28 from apache_beam.testing.util import assert_that 14:03:28 from apache_beam.testing.util import equal_to ``` (`./gradlew lint` to test locally) -- 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. For queries about this service, please contact Infrastructure at: [email protected]
