Skip to content

Commit a5ca772

Browse files
committed
address comment
Signed-off-by: redartera <[email protected]>
1 parent 4dc3d9a commit a5ca772

File tree

1 file changed

+2
-2
lines changed
  • flytekit/clis/sdk_in_container

1 file changed

+2
-2
lines changed

flytekit/clis/sdk_in_container/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ class RunLevelParams(PyFlyteParams):
218218
type=str,
219219
callback=resource_callback,
220220
help="This overrides default task resource requests for tasks that have no statically defined resource requests in their task decorator. "
221-
"""Example usage: --resource-requests 'cpu=1,mem=2Gi,gpu=1'""",
221+
"Example usage: --resource-requests 'cpu=1,mem=2Gi,gpu=1'",
222222
)
223223
)
224224
resource_limits: typing.Optional[Resources] = make_click_option_field(
@@ -229,7 +229,7 @@ class RunLevelParams(PyFlyteParams):
229229
type=str,
230230
callback=resource_callback,
231231
help="This overrides default task resource limits for tasks that have no statically defined resource limits in their task decorator. "
232-
"""Example usage: --resource-limits 'cpu=1,mem=2Gi,gpu=1'""",
232+
"Example usage: --resource-limits 'cpu=1,mem=2Gi,gpu=1'",
233233
)
234234
)
235235
tags: typing.List[str] = make_click_option_field(

0 commit comments

Comments
 (0)