summaryrefslogtreecommitdiff
path: root/numpy/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r--numpy/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py
index 186e75c15..ba35224e6 100644
--- a/numpy/__init__.py
+++ b/numpy/__init__.py
@@ -141,8 +141,8 @@ else:
from .core import *
from . import compat
from . import lib
- # FIXME: why have numpy.lib if everything is imported here??
- # See gh-14454 for discussion.
+ # NOTE: to be revisited following future namespace cleanup.
+ # See gh-14454 and gh-15672 for discussion.
from .lib import *
from . import linalg