summaryrefslogtreecommitdiff
path: root/numpy/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r--numpy/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py
index c5c58b020..186e75c15 100644
--- a/numpy/__init__.py
+++ b/numpy/__init__.py
@@ -142,6 +142,7 @@ else:
from . import compat
from . import lib
# FIXME: why have numpy.lib if everything is imported here??
+ # See gh-14454 for discussion.
from .lib import *
from . import linalg