Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 630b0ac

Browse files
committed
fix code style
1 parent 9d12fe4 commit 630b0ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/job_examples.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ def create_job_object():
2626
container = client.V1Container(
2727
name="pi",
2828
image="perl",
29-
command=["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"],
30-
)
29+
command=["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"])
3130
# Create and configurate a spec section
3231
template = client.V1PodTemplateSpec(
3332
metadata=client.V1ObjectMeta(labels={"app": "pi"}),

0 commit comments

Comments
 (0)