Skip to content

Commit 1dde333

Browse files
committed
ruff format
1 parent af94467 commit 1dde333

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/warnet/k8s.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ def get_ingress_ip_or_host():
283283
print(f"Error getting ingress IP: {e}")
284284
return None
285285

286+
286287
def get_kubeconfig_value(jsonpath):
287288
command = f"kubectl config view --minify -o jsonpath={jsonpath}"
288289
return run_command(command)

0 commit comments

Comments
 (0)