jrmccluskey commented on PR #31975:
URL: https://github.com/apache/beam/pull/31975#issuecomment-2250505688

   ```
   ERROR: 
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/apache_beam/yaml/yaml_transform_test.py
 Imports are incorrectly sorted.
   --- 
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/apache_beam/yaml/yaml_transform_test.py:before
       2024-07-24 23:50:37.354358
   +++ 
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/apache_beam/yaml/yaml_transform_test.py:after
        2024-07-24 23:59:06.838165
   @@ -23,16 +23,15 @@
    import unittest
    
    import yaml
   -from apache_beam.yaml.yaml_transform import SafeLineLoader
   -
   -from apache_beam.yaml.yaml_transform import expand_pipeline
    
    import apache_beam as beam
    from apache_beam.testing.util import assert_that
    from apache_beam.testing.util import equal_to
    from apache_beam.utils import python_callable
    from apache_beam.yaml import yaml_provider
   +from apache_beam.yaml.yaml_transform import SafeLineLoader
    from apache_beam.yaml.yaml_transform import YamlTransform
   +from apache_beam.yaml.yaml_transform import expand_pipeline
    
   ```


-- 
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]

Reply via email to