We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293cf93 commit 0984ebaCopy full SHA for 0984eba
1 file changed
src/fast_array_utils/numba.py
@@ -105,7 +105,7 @@ def _configured_threading_layer_or_category_without_probing() -> ThreadingLayer
105
import numba
106
107
# Avoid `threading_layer()` here: resolving backends may import pool modules.
108
- return cast("ThreadingLayer | TheadingCategory", numba.config.THREADING_LAYER)
+ return numba.config.THREADING_LAYER
109
110
111
def _configured_explicit_threading_layer_without_probing() -> ThreadingLayer | None:
0 commit comments