From 33037c13df263a67fab1253b0cb8c0c8a188f85d Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Mon, 10 Jul 2023 21:49:55 -0700 Subject: [PATCH] Unbreak presubmit lint. --- 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 315dc8ff7001..c78bd6610996 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 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