From 9213b64de06ac800d164c8cac607e85f9e8f710c Mon Sep 17 00:00:00 2001 From: sjay8 Date: Sun, 9 Mar 2025 14:44:42 -0700 Subject: [PATCH] spacing --- 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 d02965f..de36f07 100644 --- a/agentic_security/http_spec.py +++ b/agentic_security/http_spec.py @@ -146,7 +146,7 @@ def parse_http_spec(http_spec: str) -> LLMSpec: Args: http_spec (str): A string representing an HTTP specification. - + Returns: LLMSpec: An object representing the parsed HTTP specification, with attributes for the method, URL, headers, and body. """