damccorm commented on PR #36722:
URL: https://github.com/apache/beam/pull/36722#issuecomment-4120211365
From the linter:
```
Running flake8...
0
Running isort...
ERROR:
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/apache_beam/transforms/sideinputs_test.py
Imports are incorrectly sorted and/or formatted.
Command exited with non-zero status 1
---
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/apache_beam/transforms/sideinputs_test.py:before
2026-03-24 17:20:31.290684
805.85user 19.38system 1:53.65elapsed 726%CPU (0avgtext+0avgdata
835104maxresident)k
2320inputs+2944outputs (2major+2084773minor)pagefaults 0swaps
+++
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/apache_beam/transforms/sideinputs_test.py:after
2026-03-24 17:27:54.505575
@@ -39,9 +39,9 @@
from apache_beam.testing.util import equal_to
from apache_beam.testing.util import equal_to_per_window
from apache_beam.transforms import Map
+from apache_beam.transforms import sideinputs
from apache_beam.transforms import trigger
from apache_beam.transforms import window
-from apache_beam.transforms import sideinputs
from apache_beam.utils.timestamp import Timestamp
```
Could you please try running `./gradlew lint` to find issues like this
before submitting?
--
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]