Skip to content

Commit b5d41cb

Browse files
fix whitspaces
1 parent 41d331f commit b5d41cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/node_labels.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ def main():
3838
}
3939

4040
# Listing the cluster nodes
41-
node_list = api_instance.list_node()
41+
node_list = api_instance.list_node()
42+
4243
print("%s\t\t%s" % ("NAME", "LABELS"))
43-
4444
# Patching the node labels
4545
for node in node_list.items:
4646
api_response = api_instance.patch_node(node.metadata.name, body)

0 commit comments

Comments
 (0)