From 3c75a24622d2b40612783e3511159f2b36d3697d Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Thu, 20 Feb 2025 23:31:25 +0200 Subject: [PATCH] fix(fmt): --- agentic_security/http_spec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agentic_security/http_spec.py b/agentic_security/http_spec.py index 37bd580..f903671 100644 --- a/agentic_security/http_spec.py +++ b/agentic_security/http_spec.py @@ -169,7 +169,7 @@ def parse_http_spec(http_spec: str) -> LLMSpec: for key, value in secrets.items(): if not value: - continue + continuev key = key.strip("$") body = body.replace(f"${key}", value)