Skip to content

Commit c7ffa7e

Browse files
authored
push
1 parent f47f6fb commit c7ffa7e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

langfuse/_client/resource_manager.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,7 @@ def _initialize_instance(
224224
if async_httpx_client is not None:
225225
self.async_httpx_client = async_httpx_client
226226
else:
227-
async_client_headers = additional_headers if additional_headers else {}
228-
self.async_httpx_client = httpx.AsyncClient(
229-
timeout=timeout,
230-
headers=async_client_headers,
231-
)
227+
self.async_httpx_client = None
232228

233229
self.api = LangfuseAPI(
234230
base_url=base_url,

0 commit comments

Comments
 (0)