remove useless code

This commit is contained in:
Zishan
2025-02-12 11:53:31 +01:00
parent a02091edcb
commit 89da7aadab
@@ -1,12 +1,9 @@
import anthropic
from typing import Dict
import os
from tavily import TavilyClient
import anthropic
from httpx import Client
import os
# from invariant import testing
tavily_client = TavilyClient(api_key=os.getenv("TAVILY_API_KEY"))
import datetime
def test_streaming_response_without_toolcall():