Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed Mar 13, 2024
1 parent 3abfb50 commit c870480
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_llm.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import pytest

from vision_agent.llm.llm import OpenAILLM
from vision_agent.tools import CLIP
from vision_agent.tools.tools import GroundingDINO
from vision_agent.tools import CLIP, GroundingDINO, GroundingSAM

from .fixtures import openai_llm_mock # noqa: F401

Expand Down

0 comments on commit c870480

Please sign in to comment.