From 640cbbbf39a273a7ace24015ec17cb1295595359 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Thu, 8 Feb 2024 18:04:17 -0600 Subject: [PATCH] autopep8 --- stack_orchestrator/deploy/spec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack_orchestrator/deploy/spec.py b/stack_orchestrator/deploy/spec.py index 72f1cfb1..7e5ad16b 100644 --- a/stack_orchestrator/deploy/spec.py +++ b/stack_orchestrator/deploy/spec.py @@ -117,4 +117,4 @@ class Spec: return "true" == str(self.obj.get("security", {}).get("privileged", "false")).lower() def get_capabilities(self): - return self.obj.get("security", {}).get("capabilities", []) \ No newline at end of file + return self.obj.get("security", {}).get("capabilities", [])