From 6da04884d3fae3e2a45bf84d5d8a9a0f84efc61b Mon Sep 17 00:00:00 2001 From: Kamil Wasilewski Date: Mon, 31 Aug 2020 15:26:05 +0200 Subject: [PATCH 1/3] Test --- sdks/python/apache_beam/testing/load_tests/pardo_test.py | 1 - 1 file changed, 1 deletion(-) 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..d253abb4d489b 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 From 160723a416ffc5447b361c576401f5ac3d13eea9 Mon Sep 17 00:00:00 2001 From: Kamil Wasilewski Date: Mon, 31 Aug 2020 15:33:47 +0200 Subject: [PATCH 2/3] Test 2 --- sdks/python/apache_beam/testing/load_tests/pardo_test.py | 1 - 1 file changed, 1 deletion(-) 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 d253abb4d489b..d1d8708487ea4 100644 --- a/sdks/python/apache_beam/testing/load_tests/pardo_test.py +++ b/sdks/python/apache_beam/testing/load_tests/pardo_test.py @@ -88,7 +88,6 @@ 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): From 82d62faad88006b17c8842c5676fba5db22881d1 Mon Sep 17 00:00:00 2001 From: Kamil Wasilewski Date: Mon, 31 Aug 2020 15:39:06 +0200 Subject: [PATCH 3/3] Test 3 --- sdks/python/apache_beam/testing/load_tests/pardo_test.py | 1 - 1 file changed, 1 deletion(-) 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 d1d8708487ea4..9aa9f22bc6736 100644 --- a/sdks/python/apache_beam/testing/load_tests/pardo_test.py +++ b/sdks/python/apache_beam/testing/load_tests/pardo_test.py @@ -87,7 +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 class ParDoTest(LoadTest):