diff options
Diffstat (limited to 'numpy/matlib.py')
-rw-r--r-- | numpy/matlib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/matlib.py b/numpy/matlib.py index f3eb8eb4b..1f0345be4 100644 --- a/numpy/matlib.py +++ b/numpy/matlib.py @@ -1,7 +1,7 @@ import numpy as np from numpy.matrixlib.defmatrix import matrix, asmatrix # need * as we're copying the numpy namespace (FIXME: this makes little sense) -from numpy import * +from numpy import * # noqa: F403 __version__ = np.__version__ |