From 43db2011cc460c76c5ade138caf24cf5b1935f8b Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 31 Mar 2025 15:36:15 -0700 Subject: [PATCH] add namespace_packages = True to mypy --- mypy.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/mypy.ini b/mypy.ini index 19ead3ba7d..3ce8c5fcc0 100644 --- a/mypy.ini +++ b/mypy.ini @@ -2,6 +2,7 @@ warn_return_any = False ignore_missing_imports = True mypy_path = litellm/stubs +namespace_packages = True [mypy-google.*] ignore_missing_imports = True