remove line

This commit is contained in:
Thomas E Lackey 2023-12-05 19:10:58 -06:00
parent 7715e34262
commit 3f233fd32c

View File

@ -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()