liferoad commented on PR #34956:
URL: https://github.com/apache/beam/pull/34956#issuecomment-2922485129

   ```
   ERROR: 
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/apache_beam/io/localfilesystem_test.py
 Imports are incorrectly sorted.
   --- 
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/apache_beam/io/localfilesystem_test.py:before
        2025-05-15 15:17:36.222157
   +++ 
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/apache_beam/io/localfilesystem_test.py:after
 2025-05-15 15:24:40.834432
   @@ -18,8 +18,6 @@
    
    """Unit tests for LocalFileSystem."""
    import contextlib
   -# pytype: skip-file
   -
    import filecmp
    import logging
    import os
   @@ -34,6 +32,11 @@
    from apache_beam.io import localfilesystem
    from apache_beam.io.filesystem import BeamIOError
    from apache_beam.options.pipeline_options import PipelineOptions
   +
   +# pytype: skip-file
   +
   +
   +
   ```
   You can just manually do these changes.


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