This is an automated email from the ASF dual-hosted git repository.
yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new f376d1678ed Unbreak presubmit lint. (#27447)
f376d1678ed is described below
commit f376d1678ed0cdc9f5822a81a1717362468b3db6
Author: Robert Bradshaw <[email protected]>
AuthorDate: Tue Jul 11 07:54:01 2023 -0700
Unbreak presubmit lint. (#27447)
---
sdks/python/apache_beam/runners/dataflow/dataflow_runner.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py
b/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py
index 315dc8ff700..c78bd661099 100644
--- a/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py
+++ b/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py
@@ -43,7 +43,6 @@ from apache_beam.options.pipeline_options import TypeOptions
from apache_beam.options.pipeline_options import WorkerOptions
from apache_beam.portability import common_urns
from apache_beam.portability.api import beam_runner_api_pb2
-from apache_beam.runners.common import DoFnSignature
from apache_beam.runners.common import group_by_key_input_visitor
from apache_beam.runners.dataflow.internal.clients import dataflow as
dataflow_api
from apache_beam.runners.runner import PipelineResult