Skip to content

Commit 7256a14

Browse files
committed
Apply yapf.
1 parent 996fed9 commit 7256a14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdks/python/apache_beam/typehints/schemas.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ def named_fields_to_schema(
160160
option_to_runner_api(option_tuple)
161161
for option_tuple in field_options.get(name, [])
162162
],
163-
description=field_descriptions.get(name, None)
164-
) for (name, type) in names_and_types
163+
description=field_descriptions.get(name, None))
164+
for (name, type) in names_and_types
165165
],
166166
options=[
167167
option_to_runner_api(option_tuple) for option_tuple in schema_options

0 commit comments

Comments
 (0)