diff --git a/mypy.ini b/mypy.ini index faf1c78..54ccf48 100644 --- a/mypy.ini +++ b/mypy.ini @@ -10,4 +10,7 @@ ignore_missing_imports = True ignore_missing_imports = True [mypy-fastapi.*] +ignore_missing_imports = True + +[mypy-httpx.*] ignore_missing_imports = True \ No newline at end of file