From 0ff7a066cc94e30bce10547008633651919e7c3b Mon Sep 17 00:00:00 2001 From: Somashekar B R Date: Wed, 25 Sep 2024 00:27:09 +0530 Subject: [PATCH] fixed mypy ignored tool.mypy-llama_index.embeddings.fireworks --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e7ddd34..07dc06d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -204,7 +204,7 @@ exclude = ["tests"] [tool.mypy-llama-index] ignore_missing_imports = true -[tool.llama-index-embeddings-fireworks] +[tool.mypy-llama_index.embeddings.fireworks] ignore_missing_imports = true [tool.pytest.ini_options]