diff options
author | Matthew Badin <mbadin@apple.com> | 2021-04-30 14:03:55 -0700 |
---|---|---|
committer | Matthew Badin <mbadin@apple.com> | 2021-04-30 14:03:55 -0700 |
commit | ee56322f91788c97d4a41fdf4ae66aa45310553c (patch) | |
tree | 54fa69ea8865c6d48818d147e976f44d60daaca3 /numpy/core/setup.py | |
parent | e28da7a3d50862fa99b8b704d60fc6543b5af631 (diff) | |
download | numpy-ee56322f91788c97d4a41fdf4ae66aa45310553c.tar.gz |
BLD: Address lint issues and reviewer comments.
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r-- | numpy/core/setup.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py index f59b67c88..d1229ee8f 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -10,10 +10,6 @@ from os.path import join from numpy.distutils import log from distutils.dep_util import newer from sysconfig import get_config_var - -from numpy._build_utils.apple_accelerate import ( - uses_accelerate_framework - ) from numpy.compat import npy_load_module from setup_common import * # noqa: F403 |