We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b732b16 commit bfcf968Copy full SHA for bfcf968
1 file changed
src/numpy-stubs/testing/_private/utils.pyi
@@ -122,7 +122,7 @@ IS_PYPY: Final[bool] = ...
122
IS_PYSTON: Final[bool] = ...
123
IS_WASM: Final[bool] = ...
124
HAS_REFCOUNT: Final[bool] = ...
125
-BLAS_SUPPORTS_FPE: Final = True
+BLAS_SUPPORTS_FPE: Final[bool] = ...
126
HAS_LAPACK64: Final[bool] = ...
127
NOGIL_BUILD: Final[bool] = ...
128
0 commit comments