Skip to content

Commit

Permalink
Fixed issue found by linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik authored and jameswnl committed Oct 30, 2024
1 parent cda48ad commit 3a50b19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ols/src/llms/providers/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,5 +326,4 @@ def _construct_httpx_client(
"""Construct HTTPX client instance to be used to communicate with LLM."""
if use_custom_certificate_store:
return httpx.Client(verify=self.provider_config.certificates_store)
else:
return httpx.Client()
return httpx.Client()

0 comments on commit 3a50b19

Please sign in to comment.