Skip to content

Commit 0984eba

Browse files
committed
mypy check
1 parent 293cf93 commit 0984eba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fast_array_utils/numba.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def _configured_threading_layer_or_category_without_probing() -> ThreadingLayer
105105
import numba
106106

107107
# Avoid `threading_layer()` here: resolving backends may import pool modules.
108-
return cast("ThreadingLayer | TheadingCategory", numba.config.THREADING_LAYER)
108+
return numba.config.THREADING_LAYER
109109

110110

111111
def _configured_explicit_threading_layer_without_probing() -> ThreadingLayer | None:

0 commit comments

Comments
 (0)