Skip to content

Commit b43071c

Browse files
committed
fix format
1 parent eb3e8f0 commit b43071c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

sdks/python/apache_beam/options/pipeline_options.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,8 +1412,7 @@ def _add_argparse_args(cls, parser):
14121412
dest='disk_provisioned_iops',
14131413
help=(
14141414
'The provisioned IOPS of the disk. If not set, the Dataflow service'
1415-
' will choose a reasonable default.'
1416-
),
1415+
' will choose a reasonable default.'),
14171416
)
14181417
parser.add_argument(
14191418
'--disk_provisioned_throughput_mibps',
@@ -1422,8 +1421,7 @@ def _add_argparse_args(cls, parser):
14221421
dest='disk_provisioned_throughput_mibps',
14231422
help=(
14241423
'The provisioned throughput of the disk in MiB/s. If not set, the'
1425-
' Dataflow service will choose a reasonable default.'
1426-
),
1424+
' Dataflow service will choose a reasonable default.'),
14271425
)
14281426
parser.add_argument(
14291427
'--worker_region',

0 commit comments

Comments
 (0)