tvalentyn commented on PR #29675:
URL: https://github.com/apache/beam/pull/29675#issuecomment-1846234831
LGTM once checks pass:
```
Running isort...
Command exited with non-zero status 1
ERROR:
/runner/_work/beam/beam/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/yaml/generate_yaml_docs.py
Imports are incorrectly sorted.
892.06user 32.63system 2:26.65elapsed 630%CPU (0avgtext+0avgdata
751088maxresident)k
10160inputs+1128outputs (44major+2462823minor)pagefaults 0swaps
---
/runner/_work/beam/beam/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/yaml/generate_yaml_docs.py:before
2023-12-07 22:33:36.140784
+++
/runner/_work/beam/beam/sdks/python/test-suites/tox/py38/build/srcs/sdks/python/apache_beam/yaml/generate_yaml_docs.py:after
2023-12-07 22:41:39.962899
@@ -20,9 +20,9 @@
import yaml
-from apache_beam.yaml import yaml_provider
from apache_beam.portability.api import schema_pb2
from apache_beam.utils import subprocess_server
+from apache_beam.yaml import yaml_provider
```
--
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]