From 6a460605de66dd2356b511199d74d7908902519b Mon Sep 17 00:00:00 2001 From: Somashekar B R Date: Wed, 25 Sep 2024 00:16:03 +0530 Subject: [PATCH] fixed mypy ignored mypy-llama-index-embeddings-fireworks --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fe2830b1..71bba444 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]