fix import

This commit is contained in:
Luciano Scarpulla
2024-11-13 17:55:46 +08:00
parent 9662b60177
commit c87a598286
+1 -2
View File
@@ -4,8 +4,7 @@ import pytest
from pydantic import Field
import simplemind as sm
from simplemind.providers import Anthropic
from simplemind.providers._base_tools import BaseTool
from simplemind.providers import Anthropic, BaseTool
MODELS = [
Anthropic,