Skip to content

Commit

Permalink
fixed test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonalaird committed May 7, 2024
1 parent a3b435c commit 5340e46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_type_defs.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

from vision_agent.type_defs import LandingaiAPIKey
from vision_agent.utils.type_defs import LandingaiAPIKey


def test_load_api_credential_from_env_var():
Expand Down
2 changes: 1 addition & 1 deletion tests/tools/test_video.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from vision_agent.tools.video import extract_frames_from_video
from vision_agent.utils.video import extract_frames_from_video


def test_extract_frames_from_video():
Expand Down

0 comments on commit 5340e46

Please sign in to comment.