We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d2337 commit 4b9b3ffCopy full SHA for 4b9b3ff
autointent/_wrappers/vector_index/faiss.py
@@ -26,7 +26,7 @@ def _limit_openmp_threads_on_darwin() -> Generator[None, None, None]:
26
yield
27
return
28
29
- from threadpoolctl import threadpool_limits
+ from threadpoolctl import threadpool_limits # type: ignore[import-untyped]
30
31
# Limit OpenMP threads to 1 on macOS
32
with threadpool_limits(limits=1, user_api="openmp"):
0 commit comments