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 d351895 commit 9647805Copy full SHA for 9647805
patches/numpy/init_mkl.patch
@@ -3,7 +3,7 @@ index 25b0eed7..76152e93 100644
3
--- a/numpy/_distributor_init.py
4
+++ b/numpy/_distributor_init.py
5
@@ -13,3 +13,14 @@
6
- from . import _distributor_init_local
+ from . import _distributor_init_local # noqa: F401
7
except ImportError:
8
pass
9
+
0 commit comments