Skip to content

Commit 41d331f

Browse files
fix whitespaces
1 parent adac2e0 commit 41d331f

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
@@ -23,6 +23,7 @@
2323

2424
from kubernetes import client, config
2525

26+
2627
def main():
2728
config.load_kube_config()
2829

@@ -37,8 +38,7 @@ def main():
3738
}
3839

3940
# Listing the cluster nodes
40-
node_list = api_instance.list_node()
41-
41+
node_list = api_instance.list_node()
4242
print("%s\t\t%s" % ("NAME", "LABELS"))
4343

4444
# Patching the node labels

0 commit comments

Comments
 (0)