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 996fed9 commit 7256a14Copy full SHA for 7256a14
1 file changed
sdks/python/apache_beam/typehints/schemas.py
@@ -160,8 +160,8 @@ def named_fields_to_schema(
160
option_to_runner_api(option_tuple)
161
for option_tuple in field_options.get(name, [])
162
],
163
- description=field_descriptions.get(name, None)
164
- ) for (name, type) in names_and_types
+ description=field_descriptions.get(name, None))
+ for (name, type) in names_and_types
165
166
options=[
167
option_to_runner_api(option_tuple) for option_tuple in schema_options
0 commit comments