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