From 89da7aadabbfd33e9b428eab8478897a66654f84 Mon Sep 17 00:00:00 2001 From: Zishan Date: Wed, 12 Feb 2025 11:53:31 +0100 Subject: [PATCH] remove useless code --- tests/anthropic/test_claude_agent_streaming.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/anthropic/test_claude_agent_streaming.py b/tests/anthropic/test_claude_agent_streaming.py index 0df1339..38eae7a 100644 --- a/tests/anthropic/test_claude_agent_streaming.py +++ b/tests/anthropic/test_claude_agent_streaming.py @@ -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():