diff --git a/sdks/python/apache_beam/testing/load_tests/pardo_test.py b/sdks/python/apache_beam/testing/load_tests/pardo_test.py index afef2d2e14447..9aa9f22bc6736 100644 --- a/sdks/python/apache_beam/testing/load_tests/pardo_test.py +++ b/sdks/python/apache_beam/testing/load_tests/pardo_test.py @@ -77,7 +77,6 @@ import logging import os import time -from typing import Tuple import apache_beam as beam from apache_beam import pvalue @@ -88,8 +87,6 @@ from apache_beam.testing.load_tests.load_test_metrics_utils import AssignTimestamps from apache_beam.testing.load_tests.load_test_metrics_utils import MeasureLatency from apache_beam.testing.load_tests.load_test_metrics_utils import MeasureTime -from apache_beam.testing.synthetic_pipeline import SyntheticSource -from apache_beam.transforms import userstate class ParDoTest(LoadTest):