Skip to content

Commit

Permalink
Fixes outdated import
Browse files Browse the repository at this point in the history
  • Loading branch information
amandasavluchinske committed Jun 17, 2024
1 parent 0821132 commit beb08e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from django_ai_assistant.exceptions import AIAssistantNotDefinedError
from django_ai_assistant.helpers.assistants import AIAssistant, register_assistant
from django_ai_assistant.tools import BaseModel, Field, method_tool
from django_ai_assistant.langchain.tools import BaseModel, Field, method_tool


# Set up
Expand Down

0 comments on commit beb08e3

Please sign in to comment.