Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86c9664

Browse files
committed
remove who import
1 parent 5c71c94 commit 86c9664

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

numpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
tril_indices, tril_indices_from, typename, union1d, unique, unpackbits,
214214
unravel_index, unwrap, vander, vectorize, vsplit, trim_zeros,
215215
triu, triu_indices, triu_indices_from, isposinf, RankWarning, disp,
216-
deprecate, deprecate_with_doc, who, safe_eval, recfromtxt, recfromcsv
216+
deprecate, deprecate_with_doc, safe_eval, recfromtxt, recfromcsv
217217
)
218218
from . import matrixlib as _mat
219219
from .matrixlib import (

numpy/lib/__init__.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ from numpy.lib.utils import (
224224
get_include as get_include,
225225
info as info,
226226
source as source,
227-
who as who,
228227
lookfor as lookfor,
229228
byte_bounds as byte_bounds,
230229
safe_eval as safe_eval,

0 commit comments

Comments
 (0)