Skip to content

Commit ba67dd4

Browse files
committed
fix(typo):
1 parent 3c75a24 commit ba67dd4

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-
continuev
172+
continue
173173
key = key.strip("$")
174174
body = body.replace(f"${key}", value)
175175

0 commit comments

Comments
 (0)