Skip to content

Commit 2cfb771

Browse files
committed
refactor: move parameterized import to maintain consistent import ordering in pipeline_options_test.py
1 parent fba8000 commit 2cfb771

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

sdks/python/apache_beam/options/pipeline_options_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626

2727
import hamcrest as hc
2828
import mock
29-
from parameterized import parameterized
30-
3129
from apache_beam.options.pipeline_options import CrossLanguageOptions
3230
from apache_beam.options.pipeline_options import DebugOptions
3331
from apache_beam.options.pipeline_options import GoogleCloudOptions
@@ -43,6 +41,7 @@
4341
from apache_beam.options.value_provider import StaticValueProvider
4442
from apache_beam.transforms.display import DisplayData
4543
from apache_beam.transforms.display_test import DisplayDataItemMatcher
44+
from parameterized import parameterized
4645

4746
_LOGGER = logging.getLogger(__name__)
4847

0 commit comments

Comments
 (0)