File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sdks/python/apache_beam/yaml Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ pipelines:
163
163
language : python
164
164
fields :
165
165
sdk : " element.sdk"
166
- year : " element.year"
166
+ year : " element.year"
167
167
- type : AssertEqual
168
168
input : MapToFields
169
169
config :
Original file line number Diff line number Diff line change 40
40
from apache_beam .yaml import yaml_provider
41
41
from apache_beam .yaml import yaml_utils
42
42
from apache_beam .yaml .yaml_combine import normalize_combine
43
- from apache_beam .yaml .yaml_mapping import normalize_mapping
44
43
from apache_beam .yaml .yaml_mapping import Validate
44
+ from apache_beam .yaml .yaml_mapping import normalize_mapping
45
45
from apache_beam .yaml .yaml_mapping import validate_generic_expressions
46
46
from apache_beam .yaml .yaml_utils import SafeLineLoader
47
47
You can’t perform that action at this time.
0 commit comments