Skip to content

Commit

Permalink
Update haystack/components/connectors/openapi_service.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daria Fokina <[email protected]>
  • Loading branch information
vblagoje and dfokina authored Feb 7, 2025
1 parent fd41774 commit bfbca25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/components/connectors/openapi_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def patch_request(
and exterpolating it.
:param security: The security scheme to use, and the values it needs to
process successfully.
:param session: a persistent request session
:param session: A persistent request session.
:param verify: Should we do an ssl verification on the request or not,
In case str was provided, will use that as the CA.
:return: The response data, either raw or processed depending on raw_response flag
Expand Down

0 comments on commit bfbca25

Please sign in to comment.