style: mypy import error (#1515)

This commit is contained in:
Aries-ckt 2024-05-13 10:12:15 +08:00 committed by GitHub
parent c8fb508fe4
commit c21cc8f583
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,6 +40,9 @@ ignore_missing_imports = True
[mypy-llama_index.*]
ignore_missing_imports = True
[mypy-langchain.*]
ignore_missing_imports = True
[mypy-pptx.*]
ignore_missing_imports = True