From 3f233fd32cac9d02eaf042107ca62ad3d39bc584 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 5 Dec 2023 19:10:58 -0600 Subject: [PATCH] remove line --- stack_orchestrator/deploy/k8s/deploy_k8s.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stack_orchestrator/deploy/k8s/deploy_k8s.py b/stack_orchestrator/deploy/k8s/deploy_k8s.py index 9cc2f4e6..537e137a 100644 --- a/stack_orchestrator/deploy/k8s/deploy_k8s.py +++ b/stack_orchestrator/deploy/k8s/deploy_k8s.py @@ -256,7 +256,6 @@ class K8sDeployer(Deployer): print(f"\t{i.metadata.name}: Terminating ({i.metadata.deletion_timestamp})") else: print(f"\t{i.metadata.name}: Running ({i.metadata.creation_timestamp})") - print("") def ps(self): self.connect_api()