Skip to content

Commit 3c75a24

Browse files
committed
fix(fmt):
1 parent 60e6dd0 commit 3c75a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agentic_security/http_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def parse_http_spec(http_spec: str) -> LLMSpec:
169169

170170
for key, value in secrets.items():
171171
if not value:
172-
continue
172+
continuev
173173
key = key.strip("$")
174174
body = body.replace(f"${key}", value)
175175

0 commit comments

Comments
 (0)