fixed mypy ignored mypy-llama-index-embeddings-fireworks

This commit is contained in:
Somashekar B R 2024-09-25 00:16:03 +05:30
parent b807e50895
commit 6a460605de

View File

@ -204,6 +204,9 @@ exclude = ["tests"]
[tool.mypy-llama-index]
ignore_missing_imports = true
[tool.mypy-llama-index-embeddings-fireworks]
ignore_missing_imports = true
[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]