Skip to content

Commit ab2d331

Browse files
committed
Remove unnecessary import of anthropic for cleaner code
1 parent c676eab commit ab2d331

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/agentlab/llm/response_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from dataclasses import dataclass
55
from typing import Any, Dict, List, Optional, Union
66

7-
import anthropic
87
import openai
98
from anthropic import Anthropic
109
from openai import OpenAI

0 commit comments

Comments
 (0)