We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba8000 commit 2cfb771Copy full SHA for 2cfb771
1 file changed
sdks/python/apache_beam/options/pipeline_options_test.py
@@ -26,8 +26,6 @@
26
27
import hamcrest as hc
28
import mock
29
-from parameterized import parameterized
30
-
31
from apache_beam.options.pipeline_options import CrossLanguageOptions
32
from apache_beam.options.pipeline_options import DebugOptions
33
from apache_beam.options.pipeline_options import GoogleCloudOptions
@@ -43,6 +41,7 @@
43
41
from apache_beam.options.value_provider import StaticValueProvider
44
42
from apache_beam.transforms.display import DisplayData
45
from apache_beam.transforms.display_test import DisplayDataItemMatcher
+from parameterized import parameterized
46
47
_LOGGER = logging.getLogger(__name__)
48
0 commit comments