Skip to content

Commit 4b9b3ff

Browse files
committed
fix typing
1 parent 20d2337 commit 4b9b3ff

File tree

1 file changed

+1
-1
lines changed
  • autointent/_wrappers/vector_index

1 file changed

+1
-1
lines changed

autointent/_wrappers/vector_index/faiss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def _limit_openmp_threads_on_darwin() -> Generator[None, None, None]:
2626
yield
2727
return
2828

29-
from threadpoolctl import threadpool_limits
29+
from threadpoolctl import threadpool_limits # type: ignore[import-untyped]
3030

3131
# Limit OpenMP threads to 1 on macOS
3232
with threadpool_limits(limits=1, user_api="openmp"):

0 commit comments

Comments
 (0)