Skip to content

Commit

Permalink
remove unecessary dep
Browse files Browse the repository at this point in the history
  • Loading branch information
aidando73 committed Dec 10, 2024
1 parent 9bba3e4 commit 4c55e2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llama_stack/providers/tests/memory/test_vector_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def data_url_from_file(file_path: str) -> str:
return data_url


# Requires pytest-httpx - pip install pytest-httpx
class TestVectorStore:
@pytest.mark.asyncio
async def test_returns_content_from_pdf_data_uri(self):
Expand Down

0 comments on commit 4c55e2e

Please sign in to comment.