From 41d331f990d661f71275758335a912059442ef92 Mon Sep 17 00:00:00 2001 From: Priyanka Saggu Date: Wed, 28 Apr 2021 07:12:02 +0530 Subject: [PATCH] fix whitespaces --- examples/node_labels.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/node_labels.py b/examples/node_labels.py index a4038d1a9..7089b5acf 100644 --- a/examples/node_labels.py +++ b/examples/node_labels.py @@ -23,6 +23,7 @@ This example demonstrates the following: from kubernetes import client, config + def main(): config.load_kube_config() @@ -37,8 +38,7 @@ def main(): } # Listing the cluster nodes - node_list = api_instance.list_node() - + node_list = api_instance.list_node() print("%s\t\t%s" % ("NAME", "LABELS")) # Patching the node labels