Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 8178a27

Browse files
fix: fix types
1 parent ff7f64a commit 8178a27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mypy.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ ignore_missing_imports = True
1212

1313
[mypy-traceloop.*]
1414
ignore_missing_imports = True
15+
16+
[mypy-llama_index.*]
17+
ignore_missing_imports = True
18+

0 commit comments

Comments
 (0)