Skip to content

Commit

Permalink
removing boto3 import from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsbatista committed Feb 11, 2025
1 parent 643efc6 commit d753b34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/components/extractors/test_llm_metadata_extractor.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
from unittest.mock import MagicMock

import boto3
import pytest
from haystack import Document, Pipeline
from haystack.components.builders import PromptBuilder
Expand Down

0 comments on commit d753b34

Please sign in to comment.