Skip to content

Commit 52a4a8e

Browse files
committed
address gemeni review comment and lint issue
1 parent c89029c commit 52a4a8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdks/python/apache_beam/yaml/tests/create.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ pipelines:
163163
language: python
164164
fields:
165165
sdk: "element.sdk"
166-
year: "element.year"
166+
year: "element.year"
167167
- type: AssertEqual
168168
input: MapToFields
169169
config:

sdks/python/apache_beam/yaml/yaml_transform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
from apache_beam.yaml import yaml_provider
4141
from apache_beam.yaml import yaml_utils
4242
from apache_beam.yaml.yaml_combine import normalize_combine
43-
from apache_beam.yaml.yaml_mapping import normalize_mapping
4443
from apache_beam.yaml.yaml_mapping import Validate
44+
from apache_beam.yaml.yaml_mapping import normalize_mapping
4545
from apache_beam.yaml.yaml_mapping import validate_generic_expressions
4646
from apache_beam.yaml.yaml_utils import SafeLineLoader
4747

0 commit comments

Comments
 (0)