mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 06:09:55 +02:00
fix(fmt):
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user