summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
diff options
context:
space:
mode:
authorWarren Weckesser <warren.weckesser@gmail.com>2020-01-23 13:48:38 -0500
committerWarren Weckesser <warren.weckesser@gmail.com>2020-01-23 14:05:15 -0500
commit021163b5e2293286b26d22bdae51305da634e74d (patch)
treedea44e19f7bbbeda64a219506fdcf8088e449ea6 /numpy/core/fromnumeric.py
parent04ac2a13b302a7af6fe2a5ca67e09a0e09a0f8e7 (diff)
downloadnumpy-021163b5e2293286b26d22bdae51305da634e74d.tar.gz
MAINT: Clean up, mostly unused imports.
Diffstat (limited to 'numpy/core/fromnumeric.py')
-rw-r--r--numpy/core/fromnumeric.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py
index 213a4438f..46dd961d8 100644
--- a/numpy/core/fromnumeric.py
+++ b/numpy/core/fromnumeric.py
@@ -6,7 +6,6 @@ import types
import warnings
import numpy as np
-from .. import VisibleDeprecationWarning
from . import multiarray as mu
from . import overrides
from . import umath as um